Home
last modified time | relevance | path

Searched defs:jar (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/test/java/libcore/dalvik/system/
DPathClassLoaderTest.java71 File jar = File.createTempFile(name, ".jar"); in extractResourceJar() local
81 File jar = extractResourceJar("loading-test"); in testAppUseOfPathClassLoader() local
96 String jar = "hyts_signed_wrong_cert.jar"; in test_classLoader_tampered_certificate_loadsOK_nullCertificates() local
124 final File jar = extractResourceJar("loading-test"); in test_classLoader_exceptionDuringLoading() local
DBaseDexClassLoaderTest.java65 private File jar; field in BaseDexClassLoaderTest
/libcore/ojluni/src/main/java/sun/misc/
DJarIndex.java118 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
DMetaIndex.java146 public static MetaIndex forJar(File jar) { in forJar()
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DJarIndex.java49 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()
DMetaIndex.java37 public static sun.misc.MetaIndex forJar(java.io.File jar) { in forJar()
DURLClassPath.java259 static java.util.jar.JarFile checkJar(java.util.jar.JarFile jar) in checkJar()
325 private java.util.jar.JarFile jar; field in URLClassPath.JarLoader
/libcore/ojluni/src/main/java/java/util/jar/
DJarVerifier.java348 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()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DJarFileTest.java439 JarFile jar = new JarFile(file.getAbsolutePath(), false); in test_getManifest() local
486 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()
/libcore/ojluni/src/main/java/java/net/
DURLClassLoader.java241 JarFile jar = juc.getJarFile(); in getResourceAsStream() local