Searched refs:outputName (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 137 if (outputName != null) { in DexFile() 139 String parent = new File(outputName).getParent(); in DexFile() 150 mCookie = openDexFile(sourceName, outputName, flags, loader, elements); in DexFile() 362 private static Object openDexFile(String sourceName, String outputName, int flags, in openDexFile() argument 366 (outputName == null) in openDexFile() 368 : new File(outputName).getAbsolutePath(), in openDexFile() 440 private static native Object openDexFileNative(String sourceName, String outputName, int flags, in openDexFileNative() argument
|