/external/lzma/CPP/Windows/ |
D | FileSystem.cpp | 23 CFSTR rootPath, in MyGetVolumeInformation() argument 36 res = GetVolumeInformation(fs2fas(rootPath), in MyGetVolumeInformation() 48 res = GetVolumeInformationW(fs2us(rootPath), in MyGetVolumeInformation() 86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace() argument 98 …sizeIsDetected = BOOLToBool(pGetDiskFreeSpaceEx(fs2fas(rootPath), &freeBytesToCaller2, &totalSize2… in MyGetDiskFreeSpace() 102 …if (!::GetDiskFreeSpace(fs2fas(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters… in MyGetDiskFreeSpace() 113 …sizeIsDetected = BOOLToBool(pGetDiskFreeSpaceEx(fs2us(rootPath), &freeBytesToCaller2, &totalSize2,… in MyGetDiskFreeSpace() 117 …if (!::GetDiskFreeSpaceW(fs2us(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters… in MyGetDiskFreeSpace()
|
D | FileSystem.h | 14 CFSTR rootPath , 23 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
/external/catch2/scripts/ |
D | approve.py | 11 rootPath = os.path.join( catchPath, 'projects/SelfTest/Baselines' ) variable 14 files = [os.path.join( rootPath, f ) for f in sys.argv[1:]] 16 files = glob.glob( os.path.join( rootPath, "*.unapproved.txt" ) ) 20 justFilename = unapprovedFile[len(rootPath)+1:]
|
D | embedClara.py | 8 rootPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0]))) variable 10 filename = os.path.join( rootPath, "third_party", "clara.hpp" ) 11 outfilename = os.path.join( rootPath, "include", "external", "clara.hpp" )
|
D | generateSingleHeader.py | 27 rootPath = os.path.join( catchPath, 'include/' ) 57 …return [os.path.join( rootPath, s) for s in ['', 'internal', 'reporters', 'internal/benchmark', 'i… 106 parseFile( rootPath + headerPath + sep, headerFile ) 141 parseFile( rootPath, 'catch.hpp' )
|
D | approvalTests.py | 19 rootPath = os.path.join(catchPath, 'projects/SelfTest/Baselines') variable 157 baselinesPath = os.path.join(rootPath, '{0}.approved.txt'.format(baseName)) 158 rawResultsPath = os.path.join(rootPath, '_{0}.tmp'.format(baseName)) 159 filteredResultsPath = os.path.join(rootPath, '{0}.unapproved.txt'.format(baseName))
|
D | releaseNotes.py | 15 rootPath = os.path.join( catchPath, 'include/' ) variable 16 versionPath = os.path.join( rootPath, "internal/catch_version.hpp" )
|
D | releaseCommon.py | 13 rootPath = os.path.join( catchPath, 'include/' ) variable 14 versionPath = os.path.join( rootPath, "internal/catch_version.cpp" ) 15 definePath = os.path.join(rootPath, 'catch.hpp')
|
/external/toolchain-utils/compiler_wrapper/ |
D | command.go | 144 rootPath := filepath.Join(filepath.Dir(absWrapperPath), cfg.rootRelPath) 150 rootPath: rootPath, 163 rootPath string member 204 rootPath: builder.rootPath,
|
D | clang_flags.go | 22 clangDir = filepath.Join(builder.rootPath, "usr/bin/") 133 linkerPath := getLinkerPath(env, builder.target.target+"-ld", builder.rootPath) 172 func getLinkerPath(env env, linkerCmd string, rootPath string) string { 198 return filepath.Join(rootPath, "bin")
|
D | sysroot_flag.go | 26 sysroot = filepath.Join(builder.rootPath, "usr", builder.target.target)
|
/external/testng/src/main/java/org/testng/internal/ |
D | PathUtils.java | 29 Path rootPath = Paths.get(suite.getFileName()).getParent(); in getSuiteNormalizedPath() local 30 return rootPath.resolve(suiteFile).normalize().toString(); in getSuiteNormalizedPath()
|
/external/skqp/src/utils/ |
D | SkOSPath.cpp | 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument 11 SkString result(rootPath); in Join()
|
D | SkOSPath.h | 32 static SkString Join(const char* rootPath, const char* relativePath);
|
/external/skia/src/utils/ |
D | SkOSPath.cpp | 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument 11 SkString result(rootPath); in Join()
|
D | SkOSPath.h | 32 static SkString Join(const char* rootPath, const char* relativePath);
|
/external/llvm-project/clang-tools-extra/clangd/test/ |
D | initialize-sequence.test | 9 {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabi… 11 {"jsonrpc":"2.0","id":2,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabi…
|
D | exit-without-shutdown.test | 2 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabi…
|
D | exit-with-shutdown.test | 2 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabi…
|
D | spaces-in-delimited-input.test | 4 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabi…
|
D | delimited-input-comment-at-the-end.test | 7 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabi…
|
D | test-uri-posix.test | 4 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabi…
|
D | metrics.test | 2 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabi…
|
/external/parameter-framework/upstream/tools/xmlValidator/ |
D | xmlValidator.py | 104 for rootPath, _, files in walk(xmlDirectory): 107 xmlFilePath = path.join(rootPath, filename)
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | main.c | 45 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()
|