Home
last modified time | relevance | path

Searched defs:rootPath (Results 1 – 7 of 7) 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/typescript/src/testRunner/unittests/tsc/
DetsTests.ts21 const rootPath = path.resolve(__dirname); constant
/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