Home
last modified time | relevance | path

Searched refs:jarFileName (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DJarEntryTest.java124 String jarFileName = "TestCodeSigners.jar"; in testCertificatesAndCodesigners() local
125 Support_Resources.copyFile(resources, null, jarFileName); in testCertificatesAndCodesigners()
126 File file = new File(resources, jarFileName); in testCertificatesAndCodesigners()
158 String jarFileName = "TestCodeSigners.jar"; in test_getCodeSigners() local
159 Support_Resources.copyFile(resources, null, jarFileName); in test_getCodeSigners()
160 File file = new File(resources, jarFileName); in test_getCodeSigners()
/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java45 public ClassPathURLStreamHandler(String jarFileName) throws IOException { in ClassPathURLStreamHandler() argument
46 jarFile = new JarFile(jarFileName); in ClassPathURLStreamHandler()
51 this.fileUri = new File(jarFileName).toURI().toString(); in ClassPathURLStreamHandler()
/libcore/luni/src/test/java/libcore/java/net/
DOldJarURLConnectionTest.java292 String jarFileName = jarFile.getPath(); in test_getInputStream_DeleteJarFileUsingURLConnection() local
293 FileOutputStream jarFileOutputStream = new FileOutputStream(jarFileName); in test_getInputStream_DeleteJarFileUsingURLConnection()
301 URL url = new URL("jar:file:" + jarFileName + "!/" + entry); in test_getInputStream_DeleteJarFileUsingURLConnection()
312 String jarFileName = "file.jar"; in test_Constructor() local
314 URL url = new URL("jar:file:" + jarFileName + "!/" + entry); in test_Constructor()