D | DexFile.java | 44 public final class DexFile { class 66 public DexFile(File file) throws IOException { in DexFile() method in DexFile 79 DexFile(File file, ClassLoader loader, DexPathList.Element[] elements) in DexFile() method in DexFile 92 public DexFile(String fileName) throws IOException { in DexFile() method in DexFile 106 DexFile(String fileName, ClassLoader loader, DexPathList.Element[] elements) in DexFile() method in DexFile 114 DexFile(ByteBuffer[] bufs, ClassLoader loader, DexPathList.Element[] elements) in DexFile() method in DexFile 136 private DexFile(String sourceName, String outputName, int flags, ClassLoader loader, in DexFile() method in DexFile 168 static public DexFile loadDex(String sourcePathName, String outputPathName, in loadDex() 201 static DexFile loadDex(String sourcePathName, String outputPathName, in loadDex() 211 return new DexFile(sourcePathName, outputPathName, flags, loader, elements); in loadDex() [all …]
|