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

/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java556 if (args.humanOutName != null) {
557 humanOutRaw = openOutput(args.humanOutName);
898 public String humanOutName = null; field in class:Main.Arguments
1114 humanOutName = parser.getLastValue();
1155 if ((humanOutName == null) && (methodToDump != null)) {
1156 humanOutName = "-";

Completed in 179 milliseconds