Searched refs:osDestJar (Results 1 – 1 of 1) sorted by relevance
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | Main.java | 73 String[] osDestJar = { null }; in main() local 75 if (!processArgs(log, args, osJarPath, osDestJar)) { in main() 85 System.exit(createLayoutLib(osDestJar[0], osJarPath, log)); in main() 92 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { in createLayoutLib() argument 93 log.info("Output: %1$s", osDestJar); in createLayoutLib() 151 JarUtil.createJar(new FileOutputStream(osDestJar), outputClasses); in createLayoutLib() 152 log.info("Created JAR file %s", osDestJar); in createLayoutLib() 155 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 …]
|