Home
last modified time | relevance | path

Searched defs:dirPath (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts92 dirPath: Path; property
426 const dirPath = getDirectoryPath(path); constant
713 const { dir, dirPath, nonRecursive } = toWatch; constant
844 const { dirPath } = toWatch; constant
1082 … const dirPath = getDirectoryToWatchFailedLookupLocationFromTypeRoot(typeRoot, typeRootPath); constant
1127 const dirPath = resolutionHost.toPath(dir); constant
Dsys.ts340 const dirPath = getDirectoryPath(filePath) || "."; constant
553 const dirPath = toCanonicalFilePath(dirName) as Path; constant
Dprogram.ts4213 const dirPath = host.toPath(dir); constant
/third_party/node/test/parallel/
Dtest-require-enoent-dir.js14 const dirPath = path.join(tmpdir.path, 'delete_me'); constant
Dtest-fs-watch.js20 get dirPath() { return join(tmpdir.path, this.dirName); } getter in WatchTestCase
Dtest-fs-promises-watch.js20 get dirPath() { return join(tmpdir.path, this.dirName); } getter in WatchTestCase
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DCleanOutputDirectoryTask.java154 Path dirPath = root.resolve(dirInfo.name); in execute() local
158 checkBuild(Files.isDirectory(dirPath), "'%s' is not a directory", dirPath); in execute() local
/third_party/node/tools/
Dlint-sh.mjs22 function* findScriptFilesRecursively(dirPath) { argument
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp62 FString dirPath = DestFolder; in Process2() local
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeFilePath.cpp259 FilePath dirPath = FilePath::normalize(path); in createDirectory() local
/third_party/lzma/CPP/Windows/
DFileName.cpp51 void NormalizeDirPathPrefix(FString &dirPath) in NormalizeDirPathPrefix()
60 void NormalizeDirPathPrefix(UString &dirPath) in NormalizeDirPathPrefix()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_gtest.cpp201 Optional<std::string> FindFileFromPath(const char *dirPath, const char *filePath) in FindFileFromPath()
/third_party/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp113 HRESULT CDirItems::ScanProgress(const FString &dirPath) in ScanProgress()
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py287 def getFiles (dirPath): argument
/third_party/typescript/src/harness/
DharnessIO.ts62 const dirPath = pathModule.dirname(path); constant
/third_party/typescript/lib/
DtypingsInstaller.js6385 function createDirectoryWatcher(dirName, dirPath, fallbackOptions) { argument
6567 function invokeCallbacks(dirPath, fileNameOrInvokeMap, fileNames) { argument
6605 function nonSyncUpdateChildWatches(dirName, dirPath, fileName, options) { argument
6617 function scheduleUpdateChildWatches(dirName, dirPath, fileName, options) { argument
8245 function isNodeModulesDirectory(dirPath) { argument
20739 function tryRemoveDirectoryPrefix(path, dirPath, getCanonicalFileName) { argument
46434 function isOHModulesDirectory(dirPath) { argument
46438 function isTargetModulesDerectory(dirPath) { argument
46451 function isOHModulesAtTypesDirectory(dirPath) { argument
120196 function directoryExists(dirPath) { argument
[all …]
Dtsc.js3906 function createDirectoryWatcher(dirName, dirPath, fallbackOptions) { argument
4063 function invokeCallbacks(dirPath, fileNameOrInvokeMap, fileNames) { argument
4100 function nonSyncUpdateChildWatches(dirName, dirPath, fileName, options) { argument
4109 function scheduleUpdateChildWatches(dirName, dirPath, fileName, options) { argument
5394 function isNodeModulesDirectory(dirPath) { argument
16501 function tryRemoveDirectoryPrefix(path, dirPath, getCanonicalFileName) { argument
38207 function isOHModulesDirectory(dirPath) { argument
38211 function isTargetModulesDerectory(dirPath) { argument
38223 function isOHModulesAtTypesDirectory(dirPath) { argument
99637 function directoryExists(dirPath) { argument
[all …]