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

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java92 * @param outputName
97 private DexFile(String sourceName, String outputName, int flags) throws IOException { argument
98 if (outputName != null) {
100 String parent = new File(outputName).getParent();
111 mCookie = openDexFile(sourceName, outputName, flags);
294 private static int openDexFile(String sourceName, String outputName, argument
297 (outputName == null) ? null : new File(outputName).getCanonicalPath(),
301 native private static int openDexFileNative(String sourceName, String outputName, argument

Completed in 63 milliseconds