Home
last modified time | relevance | path

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

/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/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportService.java454 ZipFile zipFile = new ZipFile(file); in extractZippedFileToOutputStream() local
455 Enumeration<? extends ZipEntry> entries = zipFile.entries(); in extractZippedFileToOutputStream()
458 InputStream stream = zipFile.getInputStream(entry); in extractZippedFileToOutputStream()
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchiveHandle.java316 ZipFile zipFile = new ZipFile(zipFileChannel); in create() local
318 zipFile); in create()