Home
last modified time | relevance | path

Searched refs:zipFile (Results 1 – 3 of 3) 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/theme/src/android/theme/cts/
DThemeHostTest.java106 private Map<String, File> extractReferenceImages(String zipFile) throws Exception { in extractReferenceImages() argument
108 final InputStream zipStream = ThemeHostTest.class.getResourceAsStream(zipFile); in extractReferenceImages()
125 fail("Failed to unzip assets: " + zipFile); in extractReferenceImages()
130 "Could not obtain resources for skipped themes test: " + zipFile); in extractReferenceImages()
132 fail("Failed to get resource: " + zipFile); in extractReferenceImages()
/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()