Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DZipUtilFuncTest.java129 ZipOutputStream zos = new ZipOutputStream(fos); in createLargeZipFile() local
142 addToZipFile(localLargeFile.getAbsolutePath(), zos); in createLargeZipFile() local
149 private static void addToZipFile(String fileName, ZipOutputStream zos) throws IOException { in addToZipFile()
/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.kt214 val zos = closer.register(ZipOutputStream(bos)) in <lambda>() constant
DExtractAnnotations.kt107 JarOutputStream(BufferedOutputStream(fileOutputStream)).use { zos -> in <lambda>() method