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

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java90 * @param outputName
95 private DexFile(String sourceName, String outputName, int flags) throws IOException { argument
96 if (outputName != null) {
98 String parent = new File(outputName).getParent();
109 mCookie = openDexFile(sourceName, outputName, flags);
272 native private static int openDexFile(String sourceName, String outputName, argument

Completed in 57 milliseconds