Searched refs:imageMode (Results 1 – 1 of 1) sorted by relevance
43 boolean imageMode = args.length > 1 && args[0].equals("-i"); in main()44 int argOffset = imageMode ? 1 : 0; in main()53 .apply(imageMode); in main()68 public void apply(boolean imageMode) throws CompressorException, IOException { in apply() argument69 PatchExecutor executor = imageMode ? new ImageExecutor(dexPath) : new FileExecutor(); in apply()