Searched refs:jarFileName (Results 1 – 3 of 3) sorted by relevance
124 String jarFileName = "TestCodeSigners.jar"; in testCertificatesAndCodesigners() local125 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() local159 Support_Resources.copyFile(resources, null, jarFileName); in test_getCodeSigners()160 File file = new File(resources, jarFileName); in test_getCodeSigners()
45 public ClassPathURLStreamHandler(String jarFileName) throws IOException { in ClassPathURLStreamHandler() argument46 jarFile = new JarFile(jarFileName); in ClassPathURLStreamHandler()51 this.fileUri = new File(jarFileName).toURI().toString(); in ClassPathURLStreamHandler()
292 String jarFileName = jarFile.getPath(); in test_getInputStream_DeleteJarFileUsingURLConnection() local293 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() local314 URL url = new URL("jar:file:" + jarFileName + "!/" + entry); in test_Constructor()