Home
last modified time | relevance | path

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

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