Searched refs:zipFile (Results 1 – 6 of 6) sorted by relevance
34 ZipFile zipFile = new ZipFile(AppComponentFactoryTest.writeSecondaryApkToDisk(aInfo)); in instantiateClassLoader() local39 ZipEntry zipEntry = zipFile.getEntry(zipEntryName); in instantiateClassLoader()46 InputStream zipIS = zipFile.getInputStream(zipEntry); in instantiateClassLoader()
74 val zipFile = ZipFile(copyHostZipFileIfNeeded(tempFolder)) in <lambda>() constant75 val entry = zipFile.getEntry(fileName) in <lambda>()77 zipFile.getInputStream(entry).use { input -> in <lambda>()
103 private Map<String, File> extractReferenceImages(String zipFile) throws Exception { in extractReferenceImages() argument105 final InputStream zipStream = ThemeHostTest.class.getResourceAsStream(zipFile); in extractReferenceImages()122 fail("Failed to unzip assets: " + zipFile); in extractReferenceImages()127 "Could not obtain resources for skipped themes test: " + zipFile); in extractReferenceImages()129 fail("Failed to get resource: " + zipFile); in extractReferenceImages()
120 ZipFile zipFile = new ZipFile((tempFile)); in newZipFile_whenZipFileHasNormalEntriesAndChangeEnabled_doesNotThrow() local161 ZipFile zipFile = new ZipFile((tempFile)); in newZipFile_whenZipFileHasNormalAndDangerousEntriesAndChangeDisabled_doesNotThrow() local
95 public static File getFilefromZip(ZipFile zipFile, ZipEntry zipEntry) throws IOException { in getFilefromZip() argument99 InputStream iStream = zipFile.getInputStream(zipEntry); in getFilefromZip()
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...