/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/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/ |
D | AndroidLocator.java | 14 private String rootPath = ""; field in AndroidLocator 64 public void setRootPath(String rootPath) { in setRootPath() argument 65 this.rootPath = rootPath; in setRootPath() 71 String assetPath = rootPath + key.getName(); in locate()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
D | ZipLocator.java | 70 public void setRootPath(String rootPath) { in setRootPath() argument 72 zipfile = new ZipFile(new File(rootPath), ZipFile.OPEN_READ); in setRootPath() 74 throw new AssetLoadException("Failed to open zip file: " + rootPath, ex); in setRootPath()
|
D | FileLocator.java | 47 public void setRootPath(String rootPath) { in setRootPath() argument 48 if (rootPath == null) in setRootPath() 52 root = new File(rootPath).getCanonicalFile(); in setRootPath()
|
D | UrlLocator.java | 57 public void setRootPath(String rootPath) { in setRootPath() argument 59 this.root = new URL(rootPath); in setRootPath()
|
D | ClasspathLocator.java | 55 public void setRootPath(String rootPath) { in setRootPath() argument 56 this.root = rootPath; in setRootPath()
|
D | HttpZipLocator.java | 61 private String rootPath = ""; field in HttpZipLocator 339 if (!rootPath.equals(path)){ 340 rootPath = path;
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
D | AssetManager.java | 86 public void registerLocator(String rootPath, String locatorClassName); in registerLocator() argument 113 public void registerLocator(String rootPath, Class<? extends AssetLocator> locatorClass); in registerLocator() argument 123 public void unregisterLocator(String rootPath, Class<? extends AssetLocator> locatorClass); in unregisterLocator() argument
|
D | ImplHandler.java | 189 public void addLocator(final Class<?> locatorType, String rootPath){ in addLocator() argument 190 ImplThreadLocal local = new ImplThreadLocal(locatorType, rootPath); in addLocator() 196 public void removeLocator(final Class<?> locatorType, String rootPath){ in removeLocator() argument 201 if (locator.getPath().equals(rootPath) && in removeLocator()
|
D | DesktopAssetManager.java | 146 public void registerLocator(String rootPath, Class<? extends AssetLocator> locatorClass){ in registerLocator() argument 147 handler.addLocator(locatorClass, rootPath); in registerLocator() 154 public void registerLocator(String rootPath, String clsName){ in registerLocator() argument 164 registerLocator(rootPath, clazz); in registerLocator() 168 public void unregisterLocator(String rootPath, Class<? extends AssetLocator> clazz){ in unregisterLocator() argument 169 handler.removeLocator(clazz, rootPath); in unregisterLocator()
|
D | AssetConfig.java | 82 String rootPath = scan.next(); in loadText() local 85 manager.registerLocator(rootPath, locatorClass); in loadText()
|
D | AssetLocator.java | 46 public void setRootPath(String rootPath); in setRootPath() argument
|
/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/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/ |
D | ImageProcessor.java | 45 private String rootPath; field in ImageProcessor 56 rootPath = rootDir.getAbsolutePath().replace('\\', '/'); in ImageProcessor() 57 if (!rootPath.endsWith("/")) rootPath += "/"; in ImageProcessor() 78 if (rootPath != null) { in addImage() 79 …if (!name.startsWith(rootPath)) throw new RuntimeException("Path '" + name + "' does not start wit… in addImage() 80 name = name.substring(rootPath.length()); in addImage()
|
/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
|