D | DexFile.java | 43 public final class DexFile { class 65 public DexFile(File file) throws IOException { in DexFile() method in DexFile 78 DexFile(File file, ClassLoader loader, DexPathList.Element[] elements) in DexFile() method in DexFile 91 public DexFile(String fileName) throws IOException { in DexFile() method in DexFile 105 DexFile(String fileName, ClassLoader loader, DexPathList.Element[] elements) in DexFile() method in DexFile 113 DexFile(ByteBuffer[] bufs, ClassLoader loader, DexPathList.Element[] elements) in DexFile() method in DexFile 135 private DexFile(String sourceName, String outputName, int flags, ClassLoader loader, in DexFile() method in DexFile 167 static public DexFile loadDex(String sourcePathName, String outputPathName, in loadDex() 200 static DexFile loadDex(String sourcePathName, String outputPathName, in loadDex() 210 return new DexFile(sourcePathName, outputPathName, flags, loader, elements); in loadDex() [all …]
|