Searched refs:humanOutName (Results 1 – 1 of 1) sorted by relevance
388 if (args.humanOutName != null) { in writeDex()389 humanOutRaw = openOutput(args.humanOutName); in writeDex()732 public String humanOutName = null; field in Main.Arguments840 humanOutName = arg.substring(arg.indexOf('=') + 1); in parse()882 if ((humanOutName == null) && (methodToDump != null)) { in parse()883 humanOutName = "-"; in parse()