Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java229 String rootPath; in getRecordingRootDataDirectory() local
231 rootPath = root != null ? root.getCanonicalPath() : null; in getRecordingRootDataDirectory()
235 return rootPath == null ? null : new File(rootPath + RECORDING_DATA_SUB_PATH); in getRecordingRootDataDirectory()
/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.java3992 for (String rootPath : rootPaths) { in isRootStorageDir()
3993 if (rootPath != null && rootPath.equalsIgnoreCase(testPath)) { in isRootStorageDir()