Home
last modified time | relevance | path

Searched defs:zos1 (Results 1 – 2 of 2) sorted by relevance

/external/desugar/test/java/com/google/devtools/build/android/desugar/io/
DIndexedInputsTest.java53 try (ZipOutputStream zos1 = new ZipOutputStream(new FileOutputStream(lib1))) { in setUpClass()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DZipTestCase.java382 try (final ZipArchiveOutputStream zos1 = new ZipArchiveOutputStream(a2)) { in testCopyRawEntriesFromFile()
406 try (final ZipArchiveOutputStream zos1 = new ZipArchiveOutputStream(reference)) { in testCopyRawZip64EntryFromFile()