Searched refs:fromJar (Results 1 – 3 of 3) sorted by relevance
57 public static void copyResourcesToDirectory(JarFile fromJar, String jarDir, String destDir) in copyResourcesToDirectory() argument59 for (Enumeration<JarEntry> entries = fromJar.entries(); entries.hasMoreElements();) { in copyResourcesToDirectory()69 InputStream in = fromJar.getInputStream(entry); in copyResourcesToDirectory()
55 DexInspector fromJar = new DexInspector(result); in testUnicodeSetFromJar()69 "PROCESSED\n" + error.dump(fromJar, true) + "\nEND PROCESSED").toString()); in testUnicodeSetFromJar()74 "PROCESSED\n" + error.dump(fromJar, true) + "\nEND PROCESSED"); in testUnicodeSetFromJar()
28 private File fromJar; field in JarJarMojo47 StandaloneJarProcessor.run(fromJar, toJar, proc); in execute()