Searched refs:rootPath (Results 1 – 12 of 12) 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 | 340 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 | 51 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 | SkOSFile.cpp | 9 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument 10 SkString result(rootPath); in Join()
|
/external/parameter-framework/upstream/tools/xmlValidator/ |
D | xmlValidator.py | 103 for rootPath, _, files in walk(xmlDirectory): 106 xmlFilePath = path.join(rootPath, filename)
|
/external/skia/include/core/ |
D | SkOSFile.h | 126 static SkString Join(const char* rootPath, const char* relativePath);
|
/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
|