HomeSort by relevance Sort by last modified time
    Searched full:templatedirroot (Results 1 - 1 of 1) sorted by null

  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 197 private static File templateDirRoot = null;
204 if (templateDirRoot != null && templateDirRoot.exists()) {
205 return templateDirRoot;
227 templateDirRoot = new File(repoRoot, REL_TEMPLATE_PATH_FROM_ROOT);
228 if (templateDirRoot.exists()) {
229 return templateDirRoot;
235 templateDirRoot.getCanonicalPath());

Completed in 107 milliseconds