Home
last modified time | relevance | path

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

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