Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
DSimpleTempStorage.java44 private TempPath rootPath = null; field in SimpleTempStorage
51 rootPath = new SimpleTempPath(System.getProperty("java.io.tmpdir")); in SimpleTempStorage()
118 return rootPath; in getRootTempPath()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DMediaSetSource.java99 String rootPath = mDataManager.getTopSetPath(DataManager.INCLUDE_ALL); in monitorRootPath() local
100 mRootSet = (MediaSet) mDataManager.getMediaObject(rootPath); in monitorRootPath()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java4870 for (String rootPath : rootPaths) { in isRootStorageDir()
4871 if (rootPath != null && rootPath.equalsIgnoreCase(testPath)) { in isRootStorageDir()