Home
last modified time | relevance | path

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

/art/tools/class2greylist/test/src/com/android/javac/
DJavac.java100 public InputStream getClassFile(String classname) throws IOException { in getClassFile() method in Javac
110 return new ClassParser(getClassFile(classname), in getCompiledClass()