Home
last modified time | relevance | path

Searched refs:pathJoin (Results 1 – 25 of 139) sorted by relevance

123456

/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Ddirs.cpp112 const std::string fileName = pathJoin(getenv("APPDIR"), in extractAssets()
141 const std::string fileName2 = pathJoin(getenv("APPDIR"), in extractAssets()
217 std::string path2 = pathJoin(path, "data"); in mountDataDir()
358 settings.localDataDir = pathJoin(getSdStoragePath(), in initLocalDataDir()
362 settings.localDataDir = pathJoin(_nacl_dir, "local"); in initLocalDataDir()
403 settings.configDir = pathJoin(settings.localDataDir, in initConfigDir()
406 settings.configDir = pathJoin(VirtFs::getUserDir(), in initConfigDir()
417 settings.configDir = pathJoin(settings.configDir, in initConfigDir()
422 settings.configDir = pathJoin(getSdStoragePath(), in initConfigDir()
426 settings.configDir = pathJoin(_nacl_dir, "config"); in initConfigDir()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/fs/
H A Dfiles.cc140 REQUIRE(Files::copyFile(pathJoin(dir, "test.txt"),
141 pathJoin(dir, "tempfile.txt")) == 0);
149 REQUIRE(Files::copyFile(pathJoin(dir, "test_not_exists.txt"),
150 pathJoin(dir, "tempfile.txt")) == -1);
151 REQUIRE(Files::copyFile(pathJoin(dir, "test.txt"),
169 REQUIRE(Files::loadTextFileLocal(pathJoin(dir, "tempfile.txt"),
191 REQUIRE(list[0] == pathJoin("test", "palette.gpl"));
201 pathJoin("perserver", "default", "defaultcommands.xml"));
202 REQUIRE(list[3] == pathJoin("perserver", "default", "features.xml"));
203 REQUIRE(list[4] == pathJoin("perserver", "default", "groups.xml"));
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/fs/virtfs/
H A Dfszip.cpp103 filename = pathJoin(subDir, filename); in getRealDir()
104 dirName = pathJoin(subDir, dirName); in getRealDir()
137 filename = pathJoin(subDir, filename); in exists()
138 dirName = pathJoin(subDir, dirName); in exists()
164 dirName = pathJoin(subDir, dirName); in enumerate()
227 dirName = pathJoin(subDir, dirName); in getFiles()
326 dirNameFull = pathJoin(subDir, dirName); in getFilesWithDir()
426 dirName = pathJoin(subDir, dirName); in getDirs()
524 dirName = pathJoin(subDir, dirName); in isDirectory()
549 filename = pathJoin(subDir, filename); in openRead()
[all …]
H A Dtools.cpp56 VirtFs::mountZip(pathJoin(realPath, file), append); in searchAndAddArchives()
75 VirtFs::unmountZip(pathJoin(realPath, file)); in searchAndRemoveArchives()
106 path = pathJoin(tmp, file); in getPath()
116 path = pathJoin(getPackageDir(), file); in getPath()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dupdaterwindow.cpp622 mDownload->addMirror(pathJoin(*it, in download()
641 mDownload->setFile(pathJoin(mUpdatesDir, in download()
691 pathJoin(dir, xmlUpdateFile), in loadLocalUpdates()
699 updateFiles = loadTxtFile(pathJoin(dir, in loadLocalUpdates()
724 pathJoin(dir, xmlUpdateFile), in unloadUpdates()
729 updateFiles = loadTxtFile(pathJoin(dir, in unloadUpdates()
750 pathJoin(fixPath, xmlUpdateFile), in loadManaPlusUpdates()
780 pathJoin(fixPath, xmlUpdateFile), in unloadManaPlusUpdates()
792 const std::string file = pathJoin( in unloadManaPlusUpdates()
822 VirtFs::unmountZip(pathJoin(path, file)); in removeUpdateFile()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/module/
H A DModuleTest.java50 static String pathJoin(String... paths) { in pathJoin() method in ModuleTest
88 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR))); in compileAll()
101 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, CLIENT_JAR, SERVER_JAR), in testAllInModule()
118 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInModule()
133 assertEquals(executeTestJava("--module-path", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInUnnamedModule()
150 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, SERVER_JAR), in testClientInUnamedModule()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/module/
H A DModuleTest.java53 static String pathJoin(String... paths) { in pathJoin() method in ModuleTest
91 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR))); in compileAll()
104 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, CLIENT_JAR, SERVER_JAR), in testAllInModule()
121 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInModule()
136 assertEquals(executeTestJava("--module-path", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInUnnamedModule()
153 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, SERVER_JAR), in testClientInUnamedModule()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/module/
H A DModuleTest.java53 static String pathJoin(String... paths) { in pathJoin() method in ModuleTest
91 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR))); in compileAll()
104 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, CLIENT_JAR, SERVER_JAR), in testAllInModule()
121 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInModule()
136 assertEquals(executeTestJava("--module-path", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInUnnamedModule()
153 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, SERVER_JAR), in testClientInUnamedModule()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/module/
H A DModuleTest.java50 static String pathJoin(String... paths) { in pathJoin() method in ModuleTest
88 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR))); in compileAll()
101 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, CLIENT_JAR, SERVER_JAR), in testAllInModule()
118 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInModule()
133 assertEquals(executeTestJava("--module-path", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInUnnamedModule()
150 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, SERVER_JAR), in testClientInUnamedModule()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/module/
H A DModuleTest.java53 static String pathJoin(String... paths) { in pathJoin() method in ModuleTest
91 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR))); in compileAll()
104 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, CLIENT_JAR, SERVER_JAR), in testAllInModule()
121 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInModule()
136 assertEquals(executeTestJava("--module-path", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInUnnamedModule()
153 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, SERVER_JAR), in testClientInUnamedModule()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/module/
H A DModuleTest.java53 static String pathJoin(String... paths) { in pathJoin() method in ModuleTest
91 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR))); in compileAll()
104 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, CLIENT_JAR, SERVER_JAR), in testAllInModule()
121 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInModule()
136 assertEquals(executeTestJava("--module-path", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInUnnamedModule()
153 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, SERVER_JAR), in testClientInUnamedModule()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/module/
H A DModuleTest.java53 static String pathJoin(String... paths) { in pathJoin() method in ModuleTest
91 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR))); in compileAll()
104 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, CLIENT_JAR, SERVER_JAR), in testAllInModule()
121 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInModule()
136 assertEquals(executeTestJava("--module-path", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInUnnamedModule()
153 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, SERVER_JAR), in testClientInUnamedModule()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/rmi/module/
H A DModuleTest.java53 static String pathJoin(String... paths) { in pathJoin() method in ModuleTest
91 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR))); in compileAll()
104 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, CLIENT_JAR, SERVER_JAR), in testAllInModule()
121 "-cp", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInModule()
136 assertEquals(executeTestJava("--module-path", pathJoin(CLIENT_JAR, SERVER_JAR), in testAppInUnnamedModule()
153 assertEquals(executeTestJava("--module-path", pathJoin(MTEST_JAR, SERVER_JAR), in testClientInUnamedModule()
/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/utils/
H A Dstringutils.cc1344 REQUIRE(pathJoin("", "") == sep);
1345 REQUIRE(pathJoin(sep, "") == sep);
1346 REQUIRE(pathJoin("", sep) == sep);
1347 REQUIRE(pathJoin(sep, sep) == sep);
1366 REQUIRE(pathJoin("", "", "") == sep);
1367 REQUIRE(pathJoin(sep, "", "") == sep);
1368 REQUIRE(pathJoin("", sep, "") == sep);
1369 REQUIRE(pathJoin("", "", sep) == sep);
1370 REQUIRE(pathJoin(sep, sep, "") == sep);
1371 REQUIRE(pathJoin(sep, "", sep) == sep);
[all …]
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/utils/
H A Dfile-utils.h21 QString pathJoin(const QString& a, const QString& b);
22 QString pathJoin(const QString& a, const QString& b, const QString& c);
23 QString pathJoin(const QString& a, const QString& b, const QString& c, const QString& d);
24 QString pathJoin(const QString& a, const QStringList& rest);
/dports/games/manaplus/manaplus-2.1.3.17/src/fs/
H A Dfiles.cpp53 const std::string fileName2 = pathJoin(getenv("APPDIR"), "locale.zip"); in extractLocale()
60 const std::string dir = pathJoin("locale", *i); in extractLocale()
66 const std::string localFile = pathJoin(localDir, moFile); in extractLocale()
67 const std::string localDir2 = pathJoin(localDir, in extractLocale()
122 const std::string file = pathJoin(inDir, *i); in copyVirtFsDir()
123 const std::string outDir2 = pathJoin(outDir, *i); in copyVirtFsDir()
257 std::string fileName = pathJoin(path, name); in saveTextFile()
274 path = pathJoin(path, dirSeparator); in deleteFilesInDirectory()
H A Dpaths.cpp219 file = pathJoin(VirtFs::getUserDir(), in getPicturesDir()
224 file = pathJoin(xdg, "user-dirs.dirs"); in getPicturesDir()
242 str = pathJoin(VirtFs::getUserDir(), "Desktop"); in getPicturesDir()
249 return pathJoin(VirtFs::getUserDir(), "Desktop"); in getPicturesDir()
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/securego/gosec/v2/rules/
H A Dreadfile.go27 pathJoin gosec.CallList member
37 if call := r.pathJoin.ContainsPkgCallExpr(n, c, false); call != nil {
92 pathJoin: gosec.NewCallList(),
101 rule.pathJoin.Add("path/filepath", "Join")
102 rule.pathJoin.Add("path", "Join")
/dports/math/mdal/MDAL-release-0.9.0/mdal/frmts/
H A Dmdal_esri_tin.cpp239 return pathJoin( dirName( uri ), "tnxy.adf" ); in xyFile()
244 return pathJoin( dirName( uri ), "tnz.adf" ); in zFile()
249 return pathJoin( dirName( uri ), "tnod.adf" ); in faceFile()
254 return pathJoin( dirName( uri ), "tmsk.adf" ); in mskFile()
259 return pathJoin( dirName( uri ), "tmsx.adf" ); in msxFile()
264 return pathJoin( dirName( uri ), "thul.adf" ); in hullFile()
269 return pathJoin( dirName( uri ), "tdenv.adf" ); in denvFile()
274 return pathJoin( dirName( uri ), "tdenv9.adf" ); in denv9File()
279 return pathJoin( dirName( uri ), "prj.adf" ); in crsFile()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/mdal/frmts/
H A Dmdal_esri_tin.cpp237 return pathJoin( dirName( uri ), "tnxy.adf" ); in xyFile()
242 return pathJoin( dirName( uri ), "tnz.adf" ); in zFile()
247 return pathJoin( dirName( uri ), "tnod.adf" ); in faceFile()
252 return pathJoin( dirName( uri ), "tmsk.adf" ); in mskFile()
257 return pathJoin( dirName( uri ), "tmsx.adf" ); in msxFile()
262 return pathJoin( dirName( uri ), "thul.adf" ); in hullFile()
267 return pathJoin( dirName( uri ), "tdenv.adf" ); in denvFile()
272 return pathJoin( dirName( uri ), "tdenv9.adf" ); in denv9File()
277 return pathJoin( dirName( uri ), "prj.adf" ); in crsFile()
/dports/graphics/qgis/qgis-3.22.3/external/mdal/frmts/
H A Dmdal_esri_tin.cpp239 return pathJoin( dirName( uri ), "tnxy.adf" ); in xyFile()
244 return pathJoin( dirName( uri ), "tnz.adf" ); in zFile()
249 return pathJoin( dirName( uri ), "tnod.adf" ); in faceFile()
254 return pathJoin( dirName( uri ), "tmsk.adf" ); in mskFile()
259 return pathJoin( dirName( uri ), "tmsx.adf" ); in msxFile()
264 return pathJoin( dirName( uri ), "thul.adf" ); in hullFile()
269 return pathJoin( dirName( uri ), "tdenv.adf" ); in denvFile()
274 return pathJoin( dirName( uri ), "tdenv9.adf" ); in denv9File()
279 return pathJoin( dirName( uri ), "prj.adf" ); in crsFile()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/securego/gosec/v2/rules/
H A Dreadfile.go27 pathJoin gosec.CallList member
38 if call := r.pathJoin.ContainsPkgCallExpr(n, c, false); call != nil {
110 pathJoin: gosec.NewCallList(),
120 rule.pathJoin.Add("path/filepath", "Join")
121 rule.pathJoin.Add("path", "Join")
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/securego/gosec/v2/rules/
H A Dreadfile.go27 pathJoin gosec.CallList member
38 if call := r.pathJoin.ContainsPkgCallExpr(n, c, false); call != nil {
110 pathJoin: gosec.NewCallList(),
120 rule.pathJoin.Add("path/filepath", "Join")
121 rule.pathJoin.Add("path", "Join")
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/filebrowser/
H A Dfile-browser-dialog.cpp788 QString fpath = ::pathJoin(current_path_, file.name); in onFileClicked()
831 QString path = ::pathJoin(current_path_, dirent.name); in onGetDirentReupload()
1238 QString path = ::pathJoin(current_path_, dirent.name); in onGetDirentUploadLink()
1268 QString path = ::pathJoin(current_path_, dirent.name); in onGetDirentShareSeafile()
1294 if (::pathJoin(current_path_, name) != path) in onDirectoryCreateSuccess()
1314 if (::pathJoin(current_path_, name) != path) in onFileLockSuccess()
1343 if (::pathJoin(current_path_, name) != path) in onDirentRenameSuccess()
1366 if (::pathJoin(current_path_, name) != path) in onDirentRemoveSuccess()
1423 ::pathJoin(current_path_, dirent.name)); in onCancelDownload()
1518 QString fpath = ::pathJoin(current_path_, dirent.name); in onDeleteLocalVersion()
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dfiles_reg.c83 pathJoin("..", "a"); /* returns NULL */ in main()
85 pathJoin("/tmp", ".."); /* returns NULL */ in main()
87 pathJoin("./", ".."); /* returns NULL */ in main()
142 if ((path = pathJoin(first, second)) == NULL) return; in TestPathJoin()
224 newsrc = pathJoin(realnewdir, realtail); in TestLeptCpRm()

123456