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

/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java190 if (!createJar(args.outName, outArray)) {
429 if ((args.outName != null) && !args.jarOutput) {
430 out = openOutput(args.outName);
752 public String outName = null; field in class:Main.Arguments
849 outName = arg.substring(arg.indexOf('=') + 1);
850 if (outName.endsWith(".zip") ||
851 outName.endsWith(".jar") ||
852 outName.endsWith(".apk")) {
854 } else if (outName.endsWith(".dex") ||
855 outName
[all...]
/dalvik/dexopt/
H A DOptMain.c354 const char* outName = argv[3]; local
370 outFd = open(outName, O_RDWR | O_EXCL | O_CREAT, 0666);

Completed in 53 milliseconds