Searched refs:repoRoot (Results 1 - 4 of 4) sorted by relevance

/development/tools/idegen/src/com/android/idegen/
H A DDirectorySearch.java48 private static File repoRoot = null; field in class:DirectorySearch
61 if (repoRoot != null) {
62 return repoRoot;
76 repoRoot = file;
174 templateDirRoot = new File(repoRoot, REL_TEMPLATE_PATH_FROM_ROOT);
H A DFrameworkModule.java39 File intermediates = new File(repoRoot,
H A DStandardModule.java65 File repoRoot; field in class:StandardModule
86 this.repoRoot = DirectorySearch.findRepoRoot(makeFile);
87 this.intermediatesDir = new File(repoRoot.getAbsolutePath() + File.separator +
95 boolean isDir = makeFile.getAbsolutePath().startsWith(repoRoot + "/" + dir);
132 return this.repoRoot;
H A DIntellijProject.java46 File repoRoot; field in class:IntellijProject
56 repoRoot = DirectorySearch.findRepoRoot(indexFile);

Completed in 1794 milliseconds