Home
last modified time | relevance | path

Searched refs:zipFile (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/classloaderfactory/src/android/app/classloaderfactory/cts/
DInMemoryDexClassLoaderFactory.java34 ZipFile zipFile = new ZipFile(AppComponentFactoryTest.writeSecondaryApkToDisk(aInfo)); in instantiateClassLoader() local
39 ZipEntry zipEntry = zipFile.getEntry(zipEntryName); in instantiateClassLoader()
46 InputStream zipIS = zipFile.getInputStream(zipEntry); in instantiateClassLoader()
/cts/hostsidetests/packagemanager/parsing/processing/api/src/android/content/pm/parsing/cts/generator/api/
DApkGenerator.kt74 val zipFile = ZipFile(copyHostZipFileIfNeeded(tempFolder)) in <lambda>() constant
75 val entry = zipFile.getEntry(fileName) in <lambda>()
77 zipFile.getInputStream(entry).use { input -> in <lambda>()
/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java103 private Map<String, File> extractReferenceImages(String zipFile) throws Exception { in extractReferenceImages() argument
105 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()
/cts/hostsidetests/security/app/src/android/security/cts/
DZipPathValidatorDeviceTest.java120 ZipFile zipFile = new ZipFile((tempFile)); in newZipFile_whenZipFileHasNormalEntriesAndChangeEnabled_doesNotThrow() local
161 ZipFile zipFile = new ZipFile((tempFile)); in newZipFile_whenZipFileHasNormalAndDangerousEntriesAndChangeDisabled_doesNotThrow() local
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DZipParser.java95 public static File getFilefromZip(ZipFile zipFile, ZipEntry zipEntry) throws IOException { in getFilefromZip() argument
99 InputStream iStream = zipFile.getInputStream(zipEntry); in getFilefromZip()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...