Searched refs:zis (Results 1 – 2 of 2) sorted by relevance
363 ZipInputStream zis = new ZipInputStream(inputStream); in verifyPackageCompatibility() local365 while ((entry = zis.getNextEntry()) != null) { in verifyPackageCompatibility()372 Streams.readFully(zis, bytes); in verifyPackageCompatibility()
891 try (ZipInputStream zis = new ZipInputStream(mContext.getContentResolver().openInputStream( in assertZipContent() argument894 while ((entry = zis.getNextEntry()) != null) { in assertZipContent()898 Streams.copy(zis, bos); in assertZipContent()