Home
last modified time | relevance | path

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

/development/tools/idegen/src/
DConfiguration.java178 private static File rootOf(File javaFile) throws IOException { in rootOf() argument
179 String packageName = parsePackageName(javaFile); in rootOf()
187 File parent = javaFile.getParentFile(); in rootOf()