Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileSystem.cpp25 CFSTR rootPath, in MyGetVolumeInformation()
95 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/skia/m133/src/utils/
DSkOSPath.cpp14 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
/third_party/typescript/src/testRunner/unittests/tsserver/
DforceConsistentCasingInFileNames.ts5 const rootPath = "/Users/username/dev/project"; constant
/third_party/typescript/src/testRunner/unittests/tsc/
DetsTests.ts20 const rootPath = path.resolve(__dirname); constant
/third_party/openhitls/testcode/sdv/testcase/pki/verify/
Dtest_suite_sdv_x509_vfy.c256 void SDV_X509_BUILD_CERT_CHAIN_FUNC_TC001(char *rootPath, char *caPath, char *cert, char *crlPath) in SDV_X509_BUILD_CERT_CHAIN_FUNC_TC001()
503 void SDV_X509_BUILD_CERT_CHAIN_FUNC_TC008(char *rootPath, char *caPath, char *cert, char *rootcrlpa… in SDV_X509_BUILD_CERT_CHAIN_FUNC_TC008()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c45 char rootPath[BUFFSIZE]; variable
/third_party/typescript/src/compiler/
DresolutionCache.ts247 const rootPath = (rootDir && resolutionHost.toPath(rootDir)) as Path; // TODO: GH#18217 constant
/third_party/typescript/src/server/
DeditorServices.ts4256 const rootPath = rootDir && this.toPath(rootDir); constant