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

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java36 public final class DexFile { class
62 public DexFile(File file) throws IOException { method in class:DexFile
75 DexFile(File file, ClassLoader loader, DexPathList.Element[] elements) method in class:DexFile
97 public DexFile(String fileName) throws IOException { method in class:DexFile
111 DexFile(String fileName, ClassLoader loader, DexPathList.Element[] elements) throws IOException { method in class:DexFile
133 private DexFile(String sourceName, String outputName, int flags, ClassLoader loader, method in class:DexFile
173 * A new or previously-opened DexFile.
177 static public DexFile loadDex(String sourcePathName, String outputPathName,
181 * TODO: we may want to cache previously-opened DexFile objects.
205 * A new or previously-opened DexFile
[all...]
H A DDexPathList.java297 DexFile dex = null;
326 * IOException might get thrown "legitimately" by the DexFile constructor if
351 * Constructs a {@code DexFile} instance, as appropriate depending on whether
355 private static DexFile loadDexFile(File file, File optimizedDirectory, ClassLoader loader,
359 return new DexFile(file, loader, elements);
362 return DexFile.loadDex(file.getPath(), optimizedPath, 0, loader, elements);
415 DexFile dex = element.dexFile;
497 private final DexFile dexFile;
502 public Element(File dir, boolean isDirectory, File zip, DexFile dexFile) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
H A DGenericSignatureFormatErrorTest.java3 import dalvik.system.DexFile;
69 // DexFile df = new DexFile(tf);
/libcore/luni/src/test/java/dalvik/system/
H A DDexClassLoaderTest.java424 assertTrue(DexFile.isDexOptNeeded(dex.getAbsolutePath()));
426 assertFalse(DexFile.isDexOptNeeded(dex.getAbsolutePath()));
/libcore/
H A Dnon_openjdk_java_files.mk47 dalvik/src/main/java/dalvik/system/DexFile.java \

Completed in 94 milliseconds