/third_party/lzma/CPP/Windows/ |
H A D | FileSystem.cpp | 25 CFSTR rootPath,
in MyGetVolumeInformation() 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 102 sizeIsDetected = BOOLToBool(f(fs2fas(rootPath), &freeBytesToCaller2, &totalSize2, &freeSize2));
in MyGetDiskFreeSpace() 106 if (!::GetDiskFreeSpace(fs2fas(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters, &numClusters))
in MyGetDiskFreeSpace() 119 sizeIsDetected = BOOLToBool(f(fs2us(rootPath), &freeBytesToCaller2, &totalSize2, &freeSize2));
in MyGetDiskFreeSpace() 123 if (!::GetDiskFreeSpaceW(fs2us(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters, &numClusters))
in MyGetDiskFreeSpace() 24 MyGetVolumeInformation( CFSTR rootPath, UString &volumeName, LPDWORD volumeSerialNumber, LPDWORD maximumComponentLength, LPDWORD fileSystemFlags, UString &fileSystemName) MyGetVolumeInformation() argument
|
H A D | FileSystem.h | 16 CFSTR rootPath ,
25 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
H A D | FileIO.cpp | 47 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
H A D | FileLink.cpp | 442 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
H A D | FileFind.cpp | 60 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 63 const uncToDrive = (rootPath) => rootPath.replace(/\//g, '\\').replace(uncDriveRegexp, '$1\\'); 355 const rootPath = this.getRootString(path); 356 const dir = path.substring(rootPath.length); 358 const result = rootPath 359 ? this.getRoot(rootPath).#resolveParts(dirParts) 1214 getRoot(rootPath) { 1215 rootPath = uncToDrive(rootPath.toUpperCase()); 1216 if (rootPath [all...] |
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
H A D | index.js | 37 const uncToDrive = (rootPath) => rootPath.replace(/\//g, '\\').replace(uncDriveRegexp, '$1\\'); 327 const rootPath = this.getRootString(path); 328 const dir = path.substring(rootPath.length); 330 const result = rootPath 331 ? this.getRoot(rootPath).#resolveParts(dirParts) 1185 getRoot(rootPath) { 1186 rootPath = uncToDrive(rootPath.toUpperCase()); 1187 if (rootPath [all...] |
/third_party/node/lib/internal/fs/ |
H A D | recursive_watch.js | 76 #rootPath = pathResolve(); 152 this.emit('change', 'rename', pathRelative(this.#rootPath, f)); 195 this.emit('change', 'rename', pathRelative(this.#rootPath, file)); 197 } else if (file === this.#rootPath && this.#watchingFile) { 203 this.emit('change', 'rename', pathRelative(this.#rootPath, file)); 216 this.#rootPath = filename;
|
/third_party/skia/src/utils/ |
H A D | SkOSPath.cpp | 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument 11 SkString result(rootPath); in Join()
|
H A D | SkOSPath.h | 25 * Assembles rootPath and relativePath into a single path, like this: 26 * rootPath/relativePath. 27 * It is okay to call with a NULL rootPath and/or relativePath. A path 32 static SkString Join(const char* rootPath, const char* relativePath);
|
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/ |
H A D | index.js | 47 rootPath: options.rootPath,
|
H A D | client.js | 37 tufRootPath: options.rootPath, 60 // rootPath argument. 72 // the rootPath argument or from one of the repo seeds. 76 // populate it either from the supplied rootPath or from one of the repo seeds.
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A 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/npm/node_modules/sigstore/dist/ |
H A D | sigstore.js | 78 rootPath: options.tufRootPath,
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | message.h | 119 JSON_STRING_ACCESSORS(rootPath)
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |