Searched refs:rootPath (Results 1 – 4 of 4) sorted by relevance
59 public boolean containsDefaultFolders(String rootPath) { in containsDefaultFolders() argument61 final File defaultFolder = new File(rootPath, dirName); in containsDefaultFolders()69 private boolean pollContainsDefaultFolders(String rootPath) { in pollContainsDefaultFolders() argument75 if (containsDefaultFolders(rootPath)) { in pollContainsDefaultFolders()
194 String rootPath; in getRecordingRootDataDirectory() local196 rootPath = root != null ? root.getCanonicalPath() : null; in getRecordingRootDataDirectory()200 return rootPath == null ? null : new File(rootPath + RECORDING_DATA_SUB_PATH); in getRecordingRootDataDirectory()
99 String rootPath = mDataManager.getTopSetPath(DataManager.INCLUDE_ALL); in monitorRootPath() local100 mRootSet = (MediaSet) mDataManager.getMediaObject(rootPath); in monitorRootPath()
1387 private void enforceValidCallLogPath(Path rootPath, Path pathToCheck, String callingMethod){ in enforceValidCallLogPath() argument1388 if (!FileUtilities.isSameOrSubDirectory(rootPath.toFile(), pathToCheck.toFile())) { in enforceValidCallLogPath()