Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java56 ZipFile zipFile = new ZipFile(f); in testInflatingFilesRequiringZipRefill() local
156 File zipFile = createTemporaryZipFile(); in testStoredEntrySize() local
192 ZipFile zipFile = new ZipFile(f); in testZipFileWithLotsOfEntries() local
207 ZipFile zipFile = new ZipFile(f); in testZipFileLargerThan2GiB() local
418 ZipFile zipFile = new ZipFile(file); in testComments() local
432 try (ZipFile zipFile = new ZipFile(file)) { in test_getComment_unset()
451 ZipFile zipFile = new ZipFile(file); in test_NUL_in_filename() local
493 try (ZipFile zipFile = new ZipFile(emptyZip)) { in testConstructorWorksWhenReadingEmptyZipArchive()
508 ZipFile zipFile = new ZipFile(f); in testReadMoreThan8kInOneRead() local
529 ZipFile zipFile = new ZipFile(f); in testReadWithOffset() local
[all …]
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
DZipFileTest.java46 try (ZipFile zipFile = new ZipFile(nonExistentFile, ZipFile.OPEN_READ)) { in test_FileNotFound()
62 try (ZipFile zipFile = new ZipFile(zipWithCp1251, cp1251)) { in test_zipFileWith_cp1251_fileNames()
68 try (ZipFile zipFile = new ZipFile(zipWithCp1251.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/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DClassFileUtil.java54 static ZipEntry getEntryFromClassName(ZipFile zipFile, String className, in getEntryFromClassName()
66 static ZipEntry getEntryFromClassNameOrThrow(ZipFile zipFile, in getEntryFromClassNameOrThrow()
DDependencyAnalyzer.java94 try (ZipFile zipFile = new ZipFile(mClassPath.toFile()); in analyze()
221 private static List<ZipEntry> getEntriesFromNameOrThrow(ZipFile zipFile, Path zipPath, in getEntriesFromNameOrThrow()
291 private final ZipFile zipFile; field in DependencyAnalyzer.ExcludeClasspathFilter.Impl
507 ZipFile zipFile = getZipFile(jdkVersion); in getClassNode() local
DMain.java84 try (ZipFile zipFile = new ZipFile(jmod.toFile())) { in run()
654 private static ClassNode readClassNode(ZipFile zipFile, ZipEntry entry) throws IOException { in readClassNode()
664 private static boolean isClassExposed(ZipFile zipFile, ClassNode node, in isClassExposed()
/libcore/luni/src/test/java/libcore/dalvik/system/
DZipPathValidatorTest.java86 ZipFile zipFile = new ZipFile(tempFile); in testZipFileCallback() local
148 ZipFile zipFile = new ZipFile(tempFile, StandardCharsets.US_ASCII); in testZipFileDecodesEntryWithUTF8WhenZipCoderIsNotUTF8ButEntryIs() local
/libcore/tools/non-cts-json-generator/src/libcore/tools/generator/noncts/
DMain.java153 try (ZipFile zipFile = new ZipFile(jarFile)) { in parse()
175 private static ClassNode parseClass(ZipFile zipFile, ZipEntry zipEntry) throws IOException { in parseClass()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipFileTest.java436 ZipFile zipFile = new ZipFile(tempFile); in test_sameNamesDifferentCase() local