Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DZipTestCase.java292 ZipArchiveOutputStream zos = null; in testDirectoryEntryFromFile() local
328 ZipArchiveOutputStream zos = null; in testExplicitDirectoryEntry() local
376 try (final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(a1)) { in testCopyRawEntriesFromFile()
412 try (final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(a1)) { in testCopyRawZip64EntryFromFile()
433 try (final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(a1)) { in testUnixModeInAddRaw()
450 try (final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(reference)) { in createReferenceFile()
458 …private ZipArchiveOutputStream createFirstEntry(final ZipArchiveOutputStream zos) throws IOExcepti… in createFirstEntry()
463 …private ZipArchiveOutputStream createSecondEntry(final ZipArchiveOutputStream zos) throws IOExcept… in createSecondEntry()
505 …private void createArchiveEntry(final String payload, final ZipArchiveOutputStream zos, final Stri… in createArchiveEntry()
518 ZipArchiveOutputStream zos = null; in testFileEntryFromFile() local
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DDataDescriptorTest.java55 try (ZipArchiveOutputStream zos = new ZipArchiveOutputStream(o)) { in writesDataDescriptorForDeflatedEntryOnUnseekableOutput()
95 try (ZipArchiveOutputStream zos = new ZipArchiveOutputStream(f)) { in doesntWriteDataDescriptorForDeflatedEntryOnSeekableOutput()
137 try (ZipArchiveOutputStream zos = new ZipArchiveOutputStream(init)) { in doesntWriteDataDescriptorWhenAddingRawEntries()
DZip64SupportIT.java147 final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(f); in write5GBZerosFile() local
213 write100KFilesToStream(zos); in write100KFiles() argument
DParallelScatterZipCreatorTest.java60 final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(result); in concurrent() local
76 final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(result); in callableApi() local
DZipArchiveEntryTest.java213 final ZipArchiveOutputStream zos = in testCompressionMethod() local
DUTF8ZipFilesTest.java263 ZipArchiveOutputStream zos = null; in createTestFile() local
/external/turbine/javatests/com/google/turbine/zip/
DZipTest.java146 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in zipFileCommentsAreSupported()
158 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in malformedComment()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIDataOld.java141 ZipOutputStream zos = null; in run() local
DGatherAPIData.java150 ZipOutputStream zos = null; in run() local
/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/
DDefinitelyDerefedParamsDriver.java394 ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(outPath)); in writeModelJAR() local