Searched refs:rootPath (Results 1 – 6 of 6) sorted by relevance
98 private boolean containsDefaultFolders(String rootPath) { in containsDefaultFolders() argument100 final File defaultFolder = new File(rootPath, dirName); in containsDefaultFolders()108 private boolean pollContainsDefaultFolders(String rootPath) { in pollContainsDefaultFolders() argument114 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()
122 bool isSmapsRollupSupported(std::string rootPath) { in isSmapsRollupSupported() argument123 std::string path = StringPrintf((rootPath + kSmapsRollupFileFormat).c_str(), 1); in isSmapsRollupSupported()
1424 private void enforceValidCallLogPath(Path rootPath, Path pathToCheck, String callingMethod){ in enforceValidCallLogPath() argument1425 if (!FileUtilities.isSameOrSubDirectory(rootPath.toFile(), pathToCheck.toFile())) { in enforceValidCallLogPath()