Home
last modified time | relevance | path

Searched refs:repoRoot (Results 1 – 2 of 2) sorted by relevance

/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java53 private static File repoRoot = null; field in DirectorySearch
62 Preconditions.checkNotNull(repoRoot, "repoRoot has not been initialized yet. Call " in getRepoRoot()
64 return repoRoot; in getRepoRoot()
75 if (repoRoot != null) { in findAndInitRepoRoot()
87 repoRoot = file; in findAndInitRepoRoot()
241 templateDirRoot = new File(repoRoot, REL_TEMPLATE_PATH_FROM_ROOT); in findTemplateDir()
DIntellijProject.java63 File repoRoot = DirectorySearch.getRepoRoot(); in build() local
65 File frameworkDir = new File(repoRoot, FRAMEWORK_MODULE_DIR); in build()
68 buildFrameWorkModule(new File(repoRoot, FRAMEWORK_MODULE_DIR)); in build()
74 File dir = new File(repoRoot, moduleDir); in build()
76 logger.info("Directory " + moduleDir + " does not exist in " + repoRoot + in build()