Searched refs:rootPath (Results 1 – 8 of 8) 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()
61 abstract var rootPath: String in <lambda>() variable in RoboJarFetcherTask80 val generator = RoboJarFetcher(rootPath, outPath, suggestedGitBranch, buildId) in <lambda>()88 private val rootPath: String, constant in RoboJarFetcher234 val manifest = File("$rootPath/.repo/manifests/default.xml") in currentGitBranch()
28 public StatsGenerator(File rootPath) { in StatsGenerator() argument29 mRootPath = rootPath; in StatsGenerator()
99 String rootPath = mDataManager.getTopSetPath(DataManager.INCLUDE_ALL); in monitorRootPath() local100 mRootSet = (MediaSet) mDataManager.getMediaObject(rootPath); in monitorRootPath()
50 rootPath = ANDROID_TOP
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()