Home
last modified time | relevance | path

Searched defs:zip (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipFileTest.java46 ZipFile zip = new ZipFile(file, ZipFile.OPEN_DELETE | ZipFile.OPEN_READ); in test_ConstructorLjava_io_FileI() local
72 ZipFile zip = new ZipFile(tempFileName); in test_ConstructorLjava_lang_String() local
84 protected ZipEntry test_finalize1(ZipFile zip) { in test_finalize1()
DZipOutputStreamTest.java192 ZipOutputStream zip = new ZipOutputStream(stream); in test_write$BII() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidZipStressTest.java84 ZipFile zip = new ZipFile(file); in testZipStressManifest() local
102 ZipFile zip = new ZipFile(file); in testZipStressAllFiles() local
DZipOutputStreamTest.java52 public static byte[] zip(String name, byte[] bytes) throws IOException { in zip() method in ZipOutputStreamTest
DZipFileTest.java158 ZipFile zip = new ZipFile(zipFile); in testStoredEntrySize() local
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java211 File zip = null; in makeDexElements() local
396 private final File zip; field in DexPathList.Element
402 public Element(File file, boolean isDirectory, File zip, DexFile dexFile) { in Element()