Home
last modified time | relevance | path

Searched defs:zos (Results 1 – 4 of 4) sorted by relevance

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DExtraFieldTest.java92 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(mZipFile))) { in readEntryWithNoExtraField()
118 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(mZipFile))) { in readSingleExtraField()
164 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(mZipFile))) { in readMultipleExtraFields()
DZFileTest.java559 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(zip))) { in zipFileWithEocdSignatureInComment()
1113 ZipOutputStream zos = closer.register( in zipFileWithEocdMarkerInComment() local
1135 ZipOutputStream zos = closer.register( in zipFileWithEocdMarkerInFileName() local
1155 ZipOutputStream zos = closer.register( in zipFileWithEocdMarkerInFileContents() local
1537 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(zipFile))) { in sortZipContentsWithDeferredCrc32()
/tools/metalava/src/main/java/com/android/tools/metalava/
DRewriteAnnotations.kt215 val zos = closer.register(ZipOutputStream(bos)) in <lambda>() constant
DExtractAnnotations.kt103 JarOutputStream(BufferedOutputStream(fileOutputStream)).use { zos -> in <lambda>() method