Searched refs:outName (Results 1 – 1 of 1) sorted by relevance
269 if (args.outName == null) { in runMonoDex()274 incrementalOutFile = new File(args.outName); in runMonoDex()312 if (!createJar(args.outName)) { in runMonoDex()315 } else if (outArray != null && args.outName != null) { in runMonoDex()316 OutputStream out = openOutput(args.outName); in runMonoDex()357 if (!createJar(args.outName)) { in runMultiDex()360 } else if (args.outName != null) { in runMultiDex()361 File outDir = new File(args.outName); in runMultiDex()1218 public String outName = null; field in Main.Arguments1445 outName = parser.getLastValue(); in parse()[all …]