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

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java64 String[] osDestJar = { null };
66 if (!processArgs(log, args, osJarPath, osDestJar)) {
76 System.exit(createLayoutLib(osDestJar[0], osJarPath, log));
83 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { argument
84 log.info("Output: %1$s", osDestJar);
92 AsmGenerator agen = new AsmGenerator(log, osDestJar, info);
185 ArrayList<String> osJarPath, String[] osDestJar) {
197 if (needs_dest && osDestJar[0] == null) {
198 osDestJar[0] = s;
212 if (needs_dest && osDestJar[
184 processArgs(Log log, String[] args, ArrayList<String> osJarPath, String[] osDestJar) argument
[all...]
H A DAsmGenerator.java80 * @param osDestJar The path of the destination JAR to create.
83 public AsmGenerator(Log log, String osDestJar, ICreateInfo createInfo) { argument
85 mOsDestJar = osDestJar;

Completed in 52 milliseconds