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

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java42 public final class DexFile { class
59 public DexFile(File file) throws IOException { method in class:DexFile
72 DexFile(File file, ClassLoader loader, DexPathList.Element[] elements) method in class:DexFile
85 public DexFile(String fileName) throws IOException { method in class:DexFile
99 DexFile(String fileName, ClassLoader loader, DexPathList.Element[] elements) throws IOException { method in class:DexFile
106 DexFile(ByteBuffer buf) throws IOException { method in class:DexFile
127 private DexFile(String sourceName, String outputName, int flags, ClassLoader loader, method in class:DexFile
159 static public DexFile loadDex(String sourcePathName, String outputPathName,
163 * TODO: we may want to cache previously-opened DexFile objects.
187 * A new or previously-opened DexFile
[all...]

Completed in 861 milliseconds