Searched refs:rootPath (Results 1 – 3 of 3) sorted by relevance
44 private TempPath rootPath = null; field in SimpleTempStorage51 rootPath = new SimpleTempPath(System.getProperty("java.io.tmpdir")); in SimpleTempStorage()118 return rootPath; in getRootTempPath()
99 String rootPath = mDataManager.getTopSetPath(DataManager.INCLUDE_ALL); in monitorRootPath() local100 mRootSet = (MediaSet) mDataManager.getMediaObject(rootPath); in monitorRootPath()
4870 for (String rootPath : rootPaths) { in isRootStorageDir()4871 if (rootPath != null && rootPath.equalsIgnoreCase(testPath)) { in isRootStorageDir()