Searched refs:outName (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java198 if (args.outName == null) {
203 incrementalOutFile = new File(args.outName);
238 if (!createJar(args.outName, outArray)) {
241 } else if (outArray != null && args.outName != null) {
242 OutputStream out = openOutput(args.outName);
899 public String outName = null; field in class:Main.Arguments
1110 outName = parser.getLastValue();
1111 if (FileUtils.hasArchiveSuffix(outName)) {
1113 } else if (outName.endsWith(".dex") ||
1114 outName
[all...]
/dalvik/dexopt/
H A DOptMain.cpp351 const char* outName = argv[3]; local
367 outFd = open(outName, O_RDWR | O_EXCL | O_CREAT, 0666);

Completed in 218 milliseconds