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.java388 if (args.humanOutName != null) { in writeDex()
389 humanOutRaw = openOutput(args.humanOutName); in writeDex()
732 public String humanOutName = null; field in Main.Arguments
840 humanOutName = arg.substring(arg.indexOf('=') + 1); in parse()
882 if ((humanOutName == null) && (methodToDump != null)) { in parse()
883 humanOutName = "-"; in parse()