Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DZipUtils.java48 try (ZipFile zipFile = new ZipFile(file)) { in extractZippedFileToZipStream() argument
49 Enumeration<? extends ZipEntry> entries = zipFile.entries(); in extractZippedFileToZipStream()
52 try (InputStream stream = zipFile.getInputStream(entry)) { in extractZippedFileToZipStream()
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DUpdateParser.java59 try (ZipFile zipFile = new ZipFile(file)) { in parse() argument
60 Enumeration<? extends ZipEntry> entries = zipFile.entries(); in parse()
78 new InputStreamReader(zipFile.getInputStream(entry)))) { in parse()
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchiveHandle.java316 ZipFile zipFile = new ZipFile(zipFileChannel); in create() local
318 zipFile); in create()