Searched refs:outName (Results 1 – 2 of 2) sorted by relevance
198 if (args.outName == null) { in run()203 incrementalOutFile = new File(args.outName); in run()238 if (!createJar(args.outName, outArray)) { in run()241 } else if (outArray != null && args.outName != null) { in run()242 OutputStream out = openOutput(args.outName); in run()899 public String outName = null; field in Main.Arguments1110 outName = parser.getLastValue(); in parse()1111 if (FileUtils.hasArchiveSuffix(outName)) { in parse()1113 } else if (outName.endsWith(".dex") || in parse()1114 outName.equals("-")) { in parse()[all …]
351 const char* outName = argv[3]; in preopt() local367 outFd = open(outName, O_RDWR | O_EXCL | O_CREAT, 0666); in preopt()