Searched defs:jar (Results 1 – 10 of 10) sorted by relevance
71 File jar = File.createTempFile(name, ".jar"); in extractResourceJar() local81 File jar = extractResourceJar("loading-test"); in testAppUseOfPathClassLoader() local96 String jar = "hyts_signed_wrong_cert.jar"; in test_classLoader_tampered_certificate_loadsOK_nullCertificates() local124 final File jar = extractResourceJar("loading-test"); in test_classLoader_exceptionDuringLoading() local
65 private File jar; field in BaseDexClassLoaderTest
118 public static JarIndex getJarIndex(JarFile jar) throws IOException { in getJarIndex()128 public static JarIndex getJarIndex(JarFile jar, MetaIndex metaIndex) throws IOException { in getJarIndex()280 String jar = jarFiles[i]; in write() local
146 public static MetaIndex forJar(File jar) { in forJar()
49 public static sun.misc.JarIndex getJarIndex(java.util.jar.JarFile jar) in getJarIndex()55 java.util.jar.JarFile jar, sun.misc.MetaIndex metaIndex) throws java.io.IOException { in getJarIndex()
37 public static sun.misc.MetaIndex forJar(java.io.File jar) { in forJar()
259 static java.util.jar.JarFile checkJar(java.util.jar.JarFile jar) in checkJar()325 private java.util.jar.JarFile jar; field in URLClassPath.JarLoader
348 public java.security.cert.Certificate[] getCerts(JarFile jar, JarEntry entry) in getCerts()363 public CodeSigner[] getCodeSigners(JarFile jar, JarEntry entry) in getCodeSigners()697 public synchronized Enumeration<String> entryNames(JarFile jar, final CodeSource[] cs) { in entryNames()761 public Enumeration<JarEntry> entries2(final JarFile jar, Enumeration<? extends ZipEntry> e) { in entries2()
439 JarFile jar = new JarFile(file.getAbsolutePath(), false); in test_getManifest() local486 try (JarFile jar = new JarFile(signedFile)) { in test_getInputStreamLjava_util_jar_JarEntry_subtest0()494 try (JarFile jar = new JarFile(signedFile)) { in test_getInputStreamLjava_util_jar_JarEntry_subtest0()505 try (JarFile jar = new JarFile(signedFile)) { in test_getInputStreamLjava_util_jar_JarEntry_subtest0()525 try (JarFile jar = new JarFile(signedFile)) { in test_getInputStreamLjava_util_jar_JarEntry_subtest0()
241 JarFile jar = juc.getJarFile(); in getResourceAsStream() local