Home
last modified time | relevance | path

Searched defs:zipFile (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/zip/
DZipEntryTest.java88 ZipFile zipFile = new ZipFile(f); in test_utf8FileNames() local
135 ZipFile zipFile = new ZipFile(f); in testMaxLengthName() local
164 ZipFile zipFile = new ZipFile(f); in testMaxLengthExtra() local
200 ZipFile zipFile = new ZipFile(f); in checkSetTime() local
250 ZipFile zipFile = new ZipFile(f); in testMaxLengthComment() local
281 ZipFile zipFile = new ZipFile(f); in testCommentAndExtraInSameOrder() local
DAbstractZipFileTest.java58 ZipFile zipFile = new ZipFile(f); in testInflatingFilesRequiringZipRefill() local
158 File zipFile = createTemporaryZipFile(); in testStoredEntrySize() local
194 ZipFile zipFile = new ZipFile(f); in testZipFileWithLotsOfEntries() local
209 ZipFile zipFile = new ZipFile(f); in testZipFileLargerThan2GiB() local
420 ZipFile zipFile = new ZipFile(file); in testComments() local
434 try (ZipFile zipFile = new ZipFile(file)) { in test_getComment_unset()
453 ZipFile zipFile = new ZipFile(file); in test_NUL_in_filename() local
495 try (ZipFile zipFile = new ZipFile(emptyZip)) { in testConstructorWorksWhenReadingEmptyZipArchive()
554 ZipFile zipFile = new ZipFile(f); in testReadMoreThan8kInOneRead() local
575 ZipFile zipFile = new ZipFile(f); in testReadWithOffset() local
[all …]
DZipFileTest.java48 ZipFile zipFile = new ZipFile(f); in testZipFileOffsetNeverChangesAfterInit() local
85 try (ZipFile zipFile = new ZipFile(nonExistentFile, ZipFile.OPEN_READ)) { in test_FileNotFound()
112 try (ZipFile zipFile = new ZipFile(tempFile, cp1251)) { in test_zipFileWith_cp1251_fileNames()
118 try (ZipFile zipFile = new ZipFile(tempFile.getAbsolutePath(), cp1251)) { in test_zipFileWith_cp1251_fileNames()
DOldAndroidZipFileTest.java101 ZipFile zipFile = new ZipFile(fileName); in scanZip() local
124 ZipFile zipFile; in read2() local
/libcore/benchmarks/src/benchmarks/
DZipFileReadBenchmark.java41 ZipFile zipFile = new ZipFile(file); in setUp() local
77 ZipFile zipFile = new ZipFile(file); in timeZipFileRead() local
DBufferedZipFileBenchmark.java58 ZipFile zipFile = new ZipFile(file); in timeUnbufferedRead() local
71 ZipFile zipFile = new ZipFile(file); in timeBufferedRead() local
DZipFileBenchmark.java42 ZipFile zipFile = new ZipFile(file); in setUp() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipFileTest.java436 ZipFile zipFile = new ZipFile(tempFile); in test_sameNamesDifferentCase() local