Searched defs:zfile (Results 1 – 2 of 2) sorted by relevance
102 File zfile = mTemporaryFolder.newFile("file.zip"); in cloneZipFile() local103 Files.write(ZipTestUtils.rsrcBytes(mZipFile), zfile); in cloneZipFile() local107 … private static void assertFileInZip(@Nonnull ZFile zfile, @Nonnull String name) throws Exception { in assertFileInZip()154 File zfile = new File (mTemporaryFolder.getRoot(), "zfile.zip"); in testReadZFile() local
103 ZFile zfile = apk(f, options); in apk() local