Home
last modified time | relevance | path

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

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