Home
last modified time | relevance | path

Searched defs:rootPath (Results 1 – 12 of 12) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileSystem.cpp25 CFSTR rootPath, in MyGetVolumeInformation()
88 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace()
/third_party/skia/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
/third_party/typescript/src/testRunner/unittests/tsserver/
DforceConsistentCasingInFileNames.ts4 const rootPath = "/Users/username/dev/project"; constant
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/
Dindex.js47 rootPath: options.rootPath, property
/third_party/typescript/src/testRunner/unittests/tsc/
DetsTests.ts21 const rootPath = path.resolve(__dirname); constant
/third_party/node/deps/npm/node_modules/sigstore/dist/
Dsigstore.js78 rootPath: options.tufRootPath, property
/third_party/node/lib/internal/fs/
Drecursive_watch.js76 #rootPath = pathResolve(); field in FSWatcher
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js37 const uncToDrive = (rootPath) => rootPath.replace(/\//g, '\\').replace(uncDriveRegexp, '$1\\'); argument
1185 getRoot(rootPath) { argument
1202 sameRoot(rootPath, compare = this.root.name) { argument
1271 rootPath; field in PathScurryBase
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js63 const uncToDrive = (rootPath) => rootPath.replace(/\//g, '\\').replace(uncDriveRegexp, '$1\\'); argument
1214 getRoot(rootPath) { argument
1231 sameRoot(rootPath, compare = this.root.name) { argument
1302 rootPath; field in PathScurryBase
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c45 char rootPath[BUFFSIZE]; variable
/third_party/typescript/src/compiler/
DresolutionCache.ts218 const rootPath = (rootDir && resolutionHost.toPath(rootDir)) as Path; // TODO: GH#18217 constant
/third_party/typescript/src/server/
DeditorServices.ts4200 const rootPath = rootDir && this.toPath(rootDir); constant