Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DZip64FileTest.java40 ZipFile zf = null; in testZip64Support_largeNumberOfEntries() local
68 ZipFile zf = null; in testZip64Support_totalLargerThan4G() local
91 ZipFile zf = null; in testZip64Support_hugeEntry() local
DOldZipFileTest.java83 ZipFile zf = new ZipFile(fl); in test_close() local
/libcore/ojluni/src/test/java/util/zip/
DTestExtraTime.java181 try (ZipFile zf = new ZipFile(zpath.toFile())) { in test0()
309 try (ZipFile zf = new ZipFile(zpath.toFile())) { in testTagOnlyHandling()
357 try (ZipFile zf = new ZipFile(zpath.toFile())) { in testNullMtime()
DTestLocalTime.java115 ZipFile zf = new ZipFile(zpath.toFile()); in test() local
/libcore/benchmarks/src/benchmarks/
DZipFileBenchmark.java51 ZipFile zf = new ZipFile(file); in timeZipFileOpen() local
/libcore/ojluni/src/test/java/util/zip/ZipFile/
DTestCleaner.java121 var zf = new ZipFile(zip); in openAndCloseZipFile() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipFileTest.java130 ZipFile zf = new ZipFile(fl); in test_close() local
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java759 CleanableResource(ZipFile zf, ZipCoder zc, File file, int mode) throws IOException { in CleanableResource()
764 CleanableResource(ZipFile zf, ZipCoder zc, File file, in CleanableResource()