Home
last modified time | relevance | path

Searched refs:humanOutName (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java279 if (args.humanOutName != null) { in runDx()
280 humanOutRaw = openOutput(args.humanOutName); in runDx()
321 if (!outputDex.isEmpty() || (args.humanOutName != null)) { in runMonoDex()
1293 public String humanOutName = null; field in Main.Arguments
1543 humanOutName = parser.getLastValue(); in parseFlags()
1639 if ((humanOutName == null) && (methodToDump != null)) { in parse()
1640 humanOutName = "-"; in parse()