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

/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Ddump.java39 public static void dump(DexFile dexFile, String dumpFileName, String outputDexFileName, boolean sort) argument
84 if (outputDexFileName != null) {
92 fileOutputStream = new FileOutputStream(outputDexFileName);
95 System.err.println("\n\nThere was an error while writing the dex file " + outputDexFileName);
102 System.err.println("\n\nThere was an error while closing the dex file " + outputDexFileName);

Completed in 68 milliseconds