Searched defs:zos (Results 1 – 4 of 4) sorted by relevance
92 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()
559 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(zip))) { in zipFileWithEocdSignatureInComment()1113 ZipOutputStream zos = closer.register( in zipFileWithEocdMarkerInComment() local1135 ZipOutputStream zos = closer.register( in zipFileWithEocdMarkerInFileName() local1155 ZipOutputStream zos = closer.register( in zipFileWithEocdMarkerInFileContents() local1537 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(zipFile))) { in sortZipContentsWithDeferredCrc32()
215 val zos = closer.register(ZipOutputStream(bos)) in <lambda>() constant
103 JarOutputStream(BufferedOutputStream(fileOutputStream)).use { zos -> in <lambda>() method