Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java43 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 …]
DDexPathList.java269 DexFile dex = new DexFile(dexFiles, definingContext, null_elements); in initByteBufferDexPath()
272 ? null : DexFile.getClassLoaderContext(definingContext, null_elements); in initByteBufferDexPath()
349 DexFile dex = new DexFile(new ByteBuffer[] { buf }, /* classLoader */ null, in makeInMemoryDexElements()
389 DexFile dex = null; in makeDexElements()
440 private static DexFile loadDexFile(File file, File optimizedDirectory, ClassLoader loader, in loadDexFile()
444 return new DexFile(file, loader, elements); in loadDexFile()
447 return DexFile.loadDex(file.getPath(), optimizedPath, 0, loader, elements); in loadDexFile()
670 private final DexFile dexFile;
680 public Element(DexFile dexFile, File dexZipPath) { in Element()
690 public Element(DexFile dexFile) { in Element()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectInputStream2Test.java20 import dalvik.system.DexFile;
233 DexFile dexFile = new DexFile(sameFieldNames); in test_sameName()
DObjectStreamClassTest.java20 import dalvik.system.DexFile;
298 DexFile dexFile = new DexFile(sameFieldNames); in testClassWithSameFieldName()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DGenericSignatureFormatErrorTest.java3 import dalvik.system.DexFile;
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt704 @Deprecated public final class DexFile {
705 ctor @Deprecated public DexFile(java.io.File) throws java.io.IOException;
706 ctor @Deprecated public DexFile(String) throws java.io.IOException;
709 …method @Deprecated public static dalvik.system.DexFile.OptimizationInfo getDexFileOptimizationInfo…
718 …method @Deprecated public static dalvik.system.DexFile loadDex(String, String, int) throws java.io…
723 @Deprecated public static final class DexFile.OptimizationInfo {
/libcore/
Dnon_openjdk_java_files.bp59 "dalvik/src/main/java/dalvik/system/DexFile.java",