Searched refs:osDestJar (Results 1 – 1 of 1) sorted by relevance
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | Main.java | 76 String[] osDestJar = { null }; in main() local 78 if (!processArgs(log, args, osJarPath, osDestJar)) { in main() 88 System.exit(createLayoutLib(osDestJar[0], osJarPath, log)); in main() 95 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { in createLayoutLib() argument 96 log.info("Output: %1$s", osDestJar); in createLayoutLib() 150 JarUtil.createJar(new FileOutputStream(osDestJar), outputClasses); in createLayoutLib() 151 log.info("Created JAR file %s", osDestJar); in createLayoutLib() 154 File osDestJarFile = new File(osDestJar); in createLayoutLib() 224 ArrayList<String> osJarPath, String[] osDestJar) { in processArgs() argument 238 if (needs_dest && osDestJar[0] == null) { in processArgs() [all …]
|