Searched refs:sourceName (Results 1 – 1 of 1) sorted by relevance
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DexFile.java | 135 private DexFile(String sourceName, String outputName, int flags, ClassLoader loader, in DexFile() argument 150 mCookie = openDexFile(sourceName, outputName, flags, loader, elements); in DexFile() 152 mFileName = sourceName; in DexFile() 362 private static Object openDexFile(String sourceName, String outputName, int flags, in openDexFile() argument 365 return openDexFileNative(new File(sourceName).getAbsolutePath(), in openDexFile() 440 private static native Object openDexFileNative(String sourceName, String outputName, int flags, in openDexFileNative() argument
|