Home
last modified time | relevance | path

Searched defs:DexFile (Results 1 – 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java36 public final class DexFile { class
58 public DexFile(File file) throws IOException { in DexFile() method in DexFile
79 public DexFile(String fileName) throws IOException { in DexFile() method in DexFile
97 private DexFile(String sourceName, String outputName, int flags) throws IOException { in DexFile() method in DexFile