/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractEngine.cpp | 62 FString dirPath = DestFolder;
in Process2() local 63 NName::NormalizeDirPathPrefix(dirPath);
in Process2() 65 if (!CreateComplexDir(dirPath))
in Process2() 67 ErrorMessage = MyFormatNew(IDS_CANNOT_CREATE_FOLDER, fs2us(dirPath));
in Process2() 72 ExtractCallbackSpec->Init(ArchiveLink.GetArchive(), dirPath, (UString)"Default", fi.MTime, 0);
in Process2()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | CleanOutputDirectoryTask.java | 154 Path dirPath = root.resolve(dirInfo.name); in execute() 155 if (!Files.exists(dirPath)) { in execute() 158 checkBuild(Files.isDirectory(dirPath), "'%s' is not a directory", dirPath); in execute() 163 try (Stream<Path> files = Files.list(dirPath)) { in execute() 165 .filter(p -> couldDelete(p, dirPath, dirInfo)) in execute() 171 throw new BuildException("Error processing directory: " + dirPath, e); in execute()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileName.cpp | 51 void NormalizeDirPathPrefix(FString &dirPath)
in NormalizeDirPathPrefix() argument 53 if (dirPath.IsEmpty())
in NormalizeDirPathPrefix() 55 if (!IsPathSepar(dirPath.Back()))
in NormalizeDirPathPrefix() 56 dirPath.Add_PathSepar();
in NormalizeDirPathPrefix() 60 void NormalizeDirPathPrefix(UString &dirPath)
in NormalizeDirPathPrefix() argument 62 if (dirPath.IsEmpty())
in NormalizeDirPathPrefix() 64 if (!IsPathSepar(dirPath.Back()))
in NormalizeDirPathPrefix() 65 dirPath.Add_PathSepar();
in NormalizeDirPathPrefix()
|
H A D | FileName.h | 17 void NormalizeDirPathPrefix(FString &dirPath); // ensures that it ended with '\\', if dirPath is not epmty
18 void NormalizeDirPathPrefix(UString &dirPath);
|
/third_party/node/test/sequential/ |
H A D | test-fs-opendir-recursive.js | 73 const dirPath = pathModule.join(path, fileOrDir[0]); 74 fs.mkdirSync(dirPath); 75 createFiles(dirPath, fileOrDir[1]);
|
H A D | test-fs-readdir-recursive.js | 72 const dirPath = pathModule.join(path, fileOrDir[0]); 73 fs.mkdirSync(dirPath); 74 createFiles(dirPath, fileOrDir[1]);
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | db.js | 427 let dirPath = fsPath.join(self.outputDir, expression.type); 428 if (!fs.existsSync(dirPath)) { 429 fs.mkdirSync(dirPath); 435 let filePath = fsPath.join(dirPath, sha1sum.digest('hex') + '.json');
|
/third_party/astc-encoder/Test/testlib/ |
H A D | testset.py | 71 for (dirPath, dirNames, fileNames) in os.walk(rootDir): 79 filePath = os.path.join(dirPath, fileName)
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deFilePath.cpp | 259 FilePath dirPath = FilePath::normalize(path); in createDirectory() local 260 FilePath parentPath (dirPath.getDirName()); in createDirectory() 262 if (dirPath.exists()) in createDirectory()
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 1685 dirPath = os.path.normpath(os.path.dirname(__file__)) 1686 toolPath = os.path.join(dirPath, "seticon.app/Contents/MacOS/seticon") 1687 if not os.path.exists(toolPath) or os.stat(toolPath).st_mtime < os.stat(dirPath + '/seticon.m').st_mtime: 1690 appPath = os.path.join(dirPath, "seticon.app/Contents/MacOS") 1694 shellQuote(toolPath), shellQuote(dirPath)))
|
/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 251 const dirPath = fileURLToPath(search); 252 const pkgJsonPath = resolve(dirPath, 'package.json'); 258 const mainUrl = pathToFileURL(resolve(dirPath, main));
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_gtest.cpp | 201 Optional<std::string> FindFileFromPath(const char *dirPath, const char *filePath) in FindFileFromPath() argument 204 strstr << dirPath << filePath; in FindFileFromPath()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 113 HRESULT CDirItems::ScanProgress(const FString &dirPath)
in ScanProgress() argument 116 return Callback->ScanProgress(Stat, dirPath, true);
in ScanProgress()
|
/third_party/vk-gl-cts/scripts/android/ |
H A D | build_apk.py | 298 def getFiles (dirPath): 299 for root, dirs, files in os.walk(dirPath):
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 6377 var dirPath = ts.getDirectoryPath(filePath) || "."; 6378 var watcher = dirWatchers.get(dirPath) || 6379 createDirectoryWatcher(ts.getDirectoryPath(fileName) || ".", dirPath, fallbackOptions); 6385 dirWatchers.delete(dirPath); 6394 function createDirectoryWatcher(dirName, dirPath, fallbackOptions) { 6411 dirWatchers.set(dirPath, watcher); 6528 * Create the directory watcher for the dirPath. 6531 var dirPath = toCanonicalFilePath(dirName); 6532 var directoryWatcher = cache.get(dirPath); 6543 invokeCallbacks(dirPath, fileNam [all...] |
H A D | tsc.js | 3889 var dirPath = ts.getDirectoryPath(filePath) || "."; 3890 var watcher = dirWatchers.get(dirPath) || 3891 createDirectoryWatcher(ts.getDirectoryPath(fileName) || ".", dirPath, fallbackOptions); 3897 dirWatchers.delete(dirPath); 3906 function createDirectoryWatcher(dirName, dirPath, fallbackOptions) { 3920 dirWatchers.set(dirPath, watcher); 4020 var dirPath = toCanonicalFilePath(dirName); 4021 var directoryWatcher = cache.get(dirPath); 4031 invokeCallbacks(dirPath, fileName); 4032 updateChildWatches(dirName, dirPath, option [all...] |
H A D | tsserverlibrary.js | 6396 var dirPath = ts.getDirectoryPath(filePath) || "."; 6397 var watcher = dirWatchers.get(dirPath) || 6398 createDirectoryWatcher(ts.getDirectoryPath(fileName) || ".", dirPath, fallbackOptions); 6404 dirWatchers.delete(dirPath); 6413 function createDirectoryWatcher(dirName, dirPath, fallbackOptions) { 6430 dirWatchers.set(dirPath, watcher); 6547 * Create the directory watcher for the dirPath. 6550 var dirPath = toCanonicalFilePath(dirName); 6551 var directoryWatcher = cache.get(dirPath); 6562 invokeCallbacks(dirPath, fileNam [all...] |
H A D | typescript.js | 6387 var dirPath = ts.getDirectoryPath(filePath) || "."; 6388 var watcher = dirWatchers.get(dirPath) || 6389 createDirectoryWatcher(ts.getDirectoryPath(fileName) || ".", dirPath, fallbackOptions); 6395 dirWatchers.delete(dirPath); 6404 function createDirectoryWatcher(dirName, dirPath, fallbackOptions) { 6421 dirWatchers.set(dirPath, watcher); 6538 * Create the directory watcher for the dirPath. 6541 var dirPath = toCanonicalFilePath(dirName); 6542 var directoryWatcher = cache.get(dirPath); 6553 invokeCallbacks(dirPath, fileNam [all...] |
H A D | typescriptServices.js | 6387 var dirPath = ts.getDirectoryPath(filePath) || "."; 6388 var watcher = dirWatchers.get(dirPath) || 6389 createDirectoryWatcher(ts.getDirectoryPath(fileName) || ".", dirPath, fallbackOptions); 6395 dirWatchers.delete(dirPath); 6404 function createDirectoryWatcher(dirName, dirPath, fallbackOptions) { 6421 dirWatchers.set(dirPath, watcher); 6538 * Create the directory watcher for the dirPath. 6541 var dirPath = toCanonicalFilePath(dirName); 6542 var directoryWatcher = cache.get(dirPath); 6553 invokeCallbacks(dirPath, fileNam [all...] |
H A D | tsserver.js | 6397 var dirPath = ts.getDirectoryPath(filePath) || "."; 6398 var watcher = dirWatchers.get(dirPath) || 6399 createDirectoryWatcher(ts.getDirectoryPath(fileName) || ".", dirPath, fallbackOptions); 6405 dirWatchers.delete(dirPath); 6414 function createDirectoryWatcher(dirName, dirPath, fallbackOptions) { 6431 dirWatchers.set(dirPath, watcher); 6548 * Create the directory watcher for the dirPath. 6551 var dirPath = toCanonicalFilePath(dirName); 6552 var directoryWatcher = cache.get(dirPath); 6563 invokeCallbacks(dirPath, fileNam [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 6370 var dirPath = ts.getDirectoryPath(filePath) || "."; 6371 var watcher = dirWatchers.get(dirPath) || 6372 createDirectoryWatcher(ts.getDirectoryPath(fileName) || ".", dirPath, fallbackOptions); 6378 dirWatchers.delete(dirPath); 6387 function createDirectoryWatcher(dirName, dirPath, fallbackOptions) { 6404 dirWatchers.set(dirPath, watcher); 6526 * Create the directory watcher for the dirPath. 6529 var dirPath = toCanonicalFilePath(dirName); 6530 var directoryWatcher = cache.get(dirPath); 6541 invokeCallbacks(dirPath, fileNam [all...] |