Searched refs:rootPath (Results 1 – 13 of 13) sorted by relevance
/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);
|
D | FileLink.cpp | 350 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
D | FileIO.cpp | 27 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
D | FileFind.cpp | 52 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
/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/eyes-free/AccessCheck/src/com/android/accessibility/ |
D | AccessibilityValidator.java | 73 public AccessibilityValidator(String rootPath, String androidSdkPath) { in AccessibilityValidator() argument 74 mRootFilePath = new File(rootPath); in AccessibilityValidator() 79 + rootPath); in AccessibilityValidator()
|
/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/parameter-framework/upstream/tools/xmlValidator/ |
D | xmlValidator.py | 103 for rootPath, _, files in walk(xmlDirectory): 106 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()
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 480 rootPath = GroupPath() 481 rootPath.addChildren(paths) 483 return rootPath
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | DefaultFileSystem.groovy | 200 * @param rootPath - the root of this virtual filesystem in the "real" filesystem 202 public void setRoot(String rootPath) { 203 this.root = rootPath
|