Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
H A 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 …]
/aosp_15_r20/tools/tradefederation/core/javatests/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()
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
H A 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()
H A DZip64SupportIT.java147 final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(f); in write5GBZerosFile() local
213 write100KFilesToStream(zos); in write100KFiles() argument
H A DParallelScatterZipCreatorTest.java60 final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(result); in concurrent() local
76 final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(result); in callableApi() local
H A DZipArchiveEntryTest.java213 final ZipArchiveOutputStream zos = in testCompressionMethod() local
H A DUTF8ZipFilesTest.java263 ZipArchiveOutputStream zos = null; in createTestFile() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
H A DZipOutputStreamTest.java47 ZipOutputStream zos; field in ZipOutputStreamTest
64 ZipOutputStream zos = new ZipOutputStream(new ByteArrayOutputStream()); in test_close() local
94 ZipOutputStream zos = new ZipOutputStream(new ByteArrayOutputStream()); in test_finish() local
H A DZipInputStreamTest.java59 ZipOutputStream zos = new ZipOutputStream(bos); in setUp() local
/aosp_15_r20/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
H A 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()
H A 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()
/aosp_15_r20/libcore/ojluni/src/test/java/util/zip/
H A DTestExtraTime.java124 ZipOutputStream zos = new ZipOutputStream(baos); in test0() local
293 try (ZipOutputStream zos = new ZipOutputStream(baos)) { in testTagOnlyHandling()
335 try (ZipOutputStream zos = new ZipOutputStream(baos)) { in testNullMtime()
H A DTestLocalTime.java79 ZipOutputStream zos = new ZipOutputStream(baos); in getBytes() local
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/utils/
H A 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()
/aosp_15_r20/external/turbine/javatests/com/google/turbine/zip/
H A DZipTest.java146 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in zipFileCommentsAreSupported()
158 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in malformedComment()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DArtStatsLogUtilsTest.java303 try (final ZipOutputStream zos = new ZipOutputStream(os)) { in zipFiles()
318 try (final ZipOutputStream zos = new ZipOutputStream(os)) { in createDexMetadata()
/aosp_15_r20/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DMain.java71 ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(outJar)); in main() local
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/driver/
H A DOfflineInstrumentor.java169 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(outputZip))) { in createInstrumentedJar()
/aosp_15_r20/libcore/luni/src/test/java/libcore/dalvik/system/
H A DZipPathValidatorTest.java116 ZipOutputStream zos = new ZipOutputStream(bos); in testZipInputStreamCallback() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/zip/
H A DOldZipInputStreamTest.java45 ZipOutputStream zos = new ZipOutputStream(bos); in setUp() local
/aosp_15_r20/cts/hostsidetests/security/apps/ZipPathValidatorTestApp/src/android/security/cts/
H A DZipPathValidatorDeviceTest.java239 ZipOutputStream zos = new ZipOutputStream(os); in writeZipOutputStreamWithEmptyEntry() local
/aosp_15_r20/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1696 private static void addEntry(ZipOutputStream zos, String entry, String text) in addEntry()
1704 private static void addEntry(ZipOutputStream zos, String entryName, InputStream is) in addEntry()
1709 private static void addEntry(ZipOutputStream zos, String entryName, long timestamp, in addEntry()
/aosp_15_r20/platform_testing/libraries/collectors-helper/system/test/src/com/android/helpers/tests/
H A DBugReportDurationHelperTest.java92 ZipOutputStream zos = new ZipOutputStream(bos); in createArchive() local
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DGatherAPIDataOld.java141 ZipOutputStream zos = null; in run() local
H A DGatherAPIData.java150 ZipOutputStream zos = null; in run() local

12345