| /third_party/lzma/CPP/Windows/ |
| D | FileSystem.cpp | 25 CFSTR rootPath, in MyGetVolumeInformation() argument 38 res = GetVolumeInformation(fs2fas(rootPath), in MyGetVolumeInformation() 50 res = GetVolumeInformationW(fs2us(rootPath), in MyGetVolumeInformation() 88 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace() argument 100 …sizeIsDetected = BOOLToBool(pGetDiskFreeSpaceEx(fs2fas(rootPath), &freeBytesToCaller2, &totalSize2… in MyGetDiskFreeSpace() 104 …if (!::GetDiskFreeSpace(fs2fas(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters… in MyGetDiskFreeSpace() 115 …sizeIsDetected = BOOLToBool(pGetDiskFreeSpaceEx(fs2us(rootPath), &freeBytesToCaller2, &totalSize2,… in MyGetDiskFreeSpace() 119 …if (!::GetDiskFreeSpaceW(fs2us(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters… in MyGetDiskFreeSpace()
|
| D | FileSystem.h | 16 CFSTR rootPath , 25 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
| D | FileLink.cpp | 433 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
| D | FileIO.cpp | 47 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
| D | FileFind.cpp | 60 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | forceConsistentCasingInFileNames.ts | 4 const rootPath = "/Users/username/dev/project"; constant 6 path: `${rootPath}/index.ts`, 10 path: `${rootPath}/file2.js`, 14 path: `${rootPath}/types/file2/index.d.ts`, 18 path: `${rootPath}/tsconfig.all.json`, 29 path: `${rootPath}/tsconfig.json`,
|
| /third_party/typescript/src/testRunner/unittests/tsc/ |
| D | etsTests.ts | 21 const rootPath = path.resolve(__dirname); constant 24 const tsconfigPath = path.join(rootPath, '../../tests/dets/tsconfig.json'); 25 const tscpath = path.join(rootPath, '../../lib/tsc.js'); 45 const actualDeclarationPath = path.join(rootPath, '../../tests/dets/baselines/local', caseName); 46 …const expectedDeclarationPath = path.join(rootPath, '../../tests/dets/baselines/reference', caseNa…
|
| /third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
| D | index.js | 37 const uncToDrive = (rootPath) => rootPath.replace(/\//g, '\\').replace(uncDriveRegexp, '$1\\'); argument 327 const rootPath = this.getRootString(path); 328 const dir = path.substring(rootPath.length); 330 const result = rootPath 331 ? this.getRoot(rootPath).#resolveParts(dirParts) 1162 getRoot(rootPath) { argument 1163 rootPath = uncToDrive(rootPath.toUpperCase()); 1164 if (rootPath === this.root.name) { 1169 if (this.sameRoot(rootPath, compare)) { 1170 return (this.roots[rootPath] = root); [all …]
|
| /third_party/node/lib/internal/fs/ |
| D | recursive_watch.js | 75 #rootPath = pathResolve(); field in FSWatcher 151 this.emit('change', 'rename', pathRelative(this.#rootPath, f)); 194 this.emit('change', 'rename', pathRelative(this.#rootPath, file)); 196 } else if (file === this.#rootPath && this.#watchingFile) { 202 this.emit('change', 'rename', pathRelative(this.#rootPath, file)); 215 this.#rootPath = filename;
|
| /third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
| D | index.js | 63 const uncToDrive = (rootPath) => rootPath.replace(/\//g, '\\').replace(uncDriveRegexp, '$1\\'); argument 355 const rootPath = this.getRootString(path); 356 const dir = path.substring(rootPath.length); 358 const result = rootPath 359 ? this.getRoot(rootPath).#resolveParts(dirParts) 1191 getRoot(rootPath) { argument 1192 rootPath = uncToDrive(rootPath.toUpperCase()); 1193 if (rootPath === this.root.name) { 1198 if (this.sameRoot(rootPath, compare)) { 1199 return (this.roots[rootPath] = root); [all …]
|
| /third_party/node/deps/npm/node_modules/sigstore/dist/ |
| D | sigstore.js | 84 rootPath: options.tufRootPath, property 98 rootPath: options.tufRootPath, property 117 rootPath: options.tufRootPath, property 130 rootPath: options.tufRootPath, property
|
| /third_party/typescript/src/compiler/ |
| D | resolutionCache.ts | 218 const rootPath = (rootDir && resolutionHost.toPath(rootDir)) as Path; // TODO: GH#18217 constant 219 … const rootSplitLength = rootPath !== undefined ? rootPath.split(directorySeparator).length : 0; 608 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) { 625 dirPath: rootPath, 653 if (rootPath !== undefined) { 654 while (!isInDirectoryPath(dirPath, rootPath)) { 720 if (dirPath === rootPath) { 732 setDirectoryWatcher(rootDir!, rootPath, /*nonRecursive*/ true); // TODO: GH#18217 856 if (dirPath === rootPath) { 865 removeDirectoryWatcher(rootPath); [all …]
|
| /third_party/skia/src/utils/ |
| D | SkOSPath.cpp | 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument 11 SkString result(rootPath); in Join()
|
| D | SkOSPath.h | 32 static SkString Join(const char* rootPath, const char* relativePath);
|
| /third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/ |
| D | index.js | 48 rootPath: options.rootPath || require.resolve(DEFAULT_TUF_ROOT_PATH), property
|
| D | client.js | 28 initTufCache(options.cachePath, options.rootPath);
|
| /third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
| D | main.c | 45 char rootPath[BUFFSIZE]; variable 145 strcpy(rootPath, argv[i]); in main() 219 if (strcmp(rootPath, file) == 0) { in cleanup_dirs() 503 changedir(rootPath); in do_random_access_test()
|
| /third_party/node/deps/v8/src/torque/ls/ |
| D | message.h | 119 JSON_STRING_ACCESSORS(rootPath)
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 4200 const rootPath = rootDir && this.toPath(rootDir); constant 4216 if (rootPath && rootPath === directory) {
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 126336 var rootPath = (rootDir && resolutionHost.toPath(rootDir)); // TODO: GH#18217 126337 … var rootSplitLength = rootPath !== undefined ? rootPath.split(ts.directorySeparator).length : 0; 126663 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) { 126680 dirPath: rootPath, 126701 if (rootPath !== undefined) { 126702 while (!isInDirectoryPath(dirPath, rootPath)) { 126760 if (dirPath === rootPath) { 126771 setDirectoryWatcher(rootDir, rootPath, /*nonRecursive*/ true); // TODO: GH#18217 126894 if (dirPath === rootPath) { 126903 removeDirectoryWatcher(rootPath); [all …]
|
| D | tsc.js | 104954 var rootPath = (rootDir && resolutionHost.toPath(rootDir)); 104955 … var rootSplitLength = rootPath !== undefined ? rootPath.split(ts.directorySeparator).length : 0; 105257 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) { 105271 dirPath: rootPath, 105289 if (rootPath !== undefined) { 105290 while (!isInDirectoryPath(dirPath, rootPath)) { 105346 if (dirPath === rootPath) { 105356 setDirectoryWatcher(rootDir, rootPath, true); 105477 if (dirPath === rootPath) { 105486 removeDirectoryWatcher(rootPath); [all …]
|