Searched refs:humanOutName (Results 1 – 1 of 1) sorted by relevance
279 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.Arguments1543 humanOutName = parser.getLastValue(); in parseFlags()1639 if ((humanOutName == null) && (methodToDump != null)) { in parse()1640 humanOutName = "-"; in parse()