Searched defs:zip (Results 1 – 6 of 6) sorted by relevance
46 ZipFile zip = new ZipFile(file, ZipFile.OPEN_DELETE | ZipFile.OPEN_READ); in test_ConstructorLjava_io_FileI() local72 ZipFile zip = new ZipFile(tempFileName); in test_ConstructorLjava_lang_String() local84 protected ZipEntry test_finalize1(ZipFile zip) { in test_finalize1()
192 ZipOutputStream zip = new ZipOutputStream(stream); in test_write$BII() local
84 ZipFile zip = new ZipFile(file); in testZipStressManifest() local102 ZipFile zip = new ZipFile(file); in testZipStressAllFiles() local
52 public static byte[] zip(String name, byte[] bytes) throws IOException { in zip() method in ZipOutputStreamTest
158 ZipFile zip = new ZipFile(zipFile); in testStoredEntrySize() local
211 File zip = null; in makeDexElements() local396 private final File zip; field in DexPathList.Element402 public Element(File file, boolean isDirectory, File zip, DexFile dexFile) { in Element()