Searched defs:osDestJar (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java63 String[] osDestJar = { null };
65 if (!processArgs(log, args, osJarPath, osDestJar)) {
75 System.exit(createLayoutLib(osDestJar[0], osJarPath, log));
82 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { argument
83 log.info("Output: %1$s", osDestJar);
89 AsmGenerator agen = new AsmGenerator(log, osDestJar, new CreateInfo());
173 ArrayList<String> osJarPath, String[] osDestJar) {
188 if (needs_dest && osDestJar[0] == null) {
189 osDestJar[0] = s;
203 if (needs_dest && osDestJar[
172 processArgs(Log log, String[] args, ArrayList<String> osJarPath, String[] osDestJar) argument
[all...]
H A DAsmGenerator.java73 * @param osDestJar The path of the destination JAR to create.
76 public AsmGenerator(Log log, String osDestJar, ICreateInfo createInfo) { argument
78 mOsDestJar = osDestJar;

Completed in 67 milliseconds