Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 - 22 of 22) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileSystem.cpp25 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 DFileSystem.h16 CFSTR rootPath ,
25 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
H A DFileIO.cpp47 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
H A DFileLink.cpp442 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
H A DFileFind.cpp60 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js63 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 Dindex.js37 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 Drecursive_watch.js76 #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 DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument
11 SkString result(rootPath); in Join()
H A DSkOSPath.h25 * 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 Dindex.js47 rootPath: options.rootPath,
H A Dclient.js37 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 Dmain.c45 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 Dsigstore.js78 rootPath: options.tufRootPath,
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage.h119 JSON_STRING_ACCESSORS(rootPath)
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 191 milliseconds