Home
last modified time | relevance | path

Searched defs:zos (Results 1 – 12 of 12) 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.java149 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in zipFileCommentsAreSupported()
161 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in malformedComment()
336 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in zip64Offset()
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/utils/
DZipUtils.java50 public static Set<String> mergeZipToZip(String src, ZipOutputStream zos, Set<String> skipFiles) in mergeZipToZip()
79 public static Set<String> mergeDirectoryToZip(String src, ZipOutputStream zos, in mergeDirectoryToZip()
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/driver/
DOfflineInstrumentor.java169 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(outputZip))) { in createInstrumentedJar()
/external/icu/icu4j/tools/build/src/main/java/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.java395 ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(outPath)); in writeModelJAR() local