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

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java34 public final class DexFile { class
56 public DexFile(File file) throws IOException { method in class:DexFile
77 public DexFile(String fileName) throws IOException { method in class:DexFile
95 private DexFile(String sourceName, String outputName, int flags) throws IOException { method in class:DexFile
135 * A new or previously-opened DexFile.
139 static public DexFile loadDex(String sourcePathName, String outputPathName,
143 * TODO: we may want to cache previously-opened DexFile objects.
149 return new DexFile(sourcePathName, outputPathName, flags);
233 DFEnum(DexFile df) {

Completed in 530 milliseconds