Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java153 if (!createJar(args.outName, outArray)) { in run()
408 if ((args.outName != null) && !args.jarOutput) { in writeDex()
409 out = openOutput(args.outName); in writeDex()
729 public String outName = null; field in Main.Arguments
826 outName = arg.substring(arg.indexOf('=') + 1); in parse()
827 if (outName.endsWith(".zip") || in parse()
828 outName.endsWith(".jar") || in parse()
829 outName.endsWith(".apk")) { in parse()
831 } else if (outName.endsWith(".dex") || in parse()
832 outName.equals("-")) { in parse()
[all …]