Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/Windows/
DFileSystem.cpp23 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()
DFileSystem.h14 CFSTR rootPath ,
23 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
DFileLink.cpp350 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
DFileIO.cpp27 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
DFileFind.cpp52 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
/external/testng/src/main/java/org/testng/internal/
DPathUtils.java29 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/
DAccessibilityValidator.java73 public AccessibilityValidator(String rootPath, String androidSdkPath) { in AccessibilityValidator() argument
74 mRootFilePath = new File(rootPath); in AccessibilityValidator()
79 + rootPath); in AccessibilityValidator()
/external/skia/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument
11 SkString result(rootPath); in Join()
DSkOSPath.h32 static SkString Join(const char* rootPath, const char* relativePath);
/external/parameter-framework/upstream/tools/xmlValidator/
DxmlValidator.py103 for rootPath, _, files in walk(xmlDirectory):
106 xmlFilePath = path.join(rootPath, filename)
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c45 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/
DEddParser.py480 rootPath = GroupPath()
481 rootPath.addChildren(paths)
483 return rootPath
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DDefaultFileSystem.groovy200 * @param rootPath - the root of this virtual filesystem in the "real" filesystem
202 public void setRoot(String rootPath) {
203 this.root = rootPath