Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileSystem.cpp23 CFSTR rootPath, in MyGetVolumeInformation()
86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace()
/external/catch2/scripts/
DembedClara.py8 rootPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0]))) variable
Dapprove.py11 rootPath = os.path.join( catchPath, 'projects/SelfTest/Baselines' ) variable
DreleaseNotes.py15 rootPath = os.path.join( catchPath, 'include/' ) variable
DapprovalTests.py19 rootPath = os.path.join(catchPath, 'projects/SelfTest/Baselines') variable
DreleaseCommon.py13 rootPath = os.path.join( catchPath, 'include/' ) variable
/external/testng/src/main/java/org/testng/internal/
DPathUtils.java29 Path rootPath = Paths.get(suite.getFileName()).getParent(); in getSuiteNormalizedPath() local
/external/skqp/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
/external/skia/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
/external/toolchain-utils/compiler_wrapper/
Dcommand.go163 rootPath string member
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c45 char rootPath[BUFFSIZE]; variable
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h534 llvm::Optional<std::string> rootPath; member