Searched refs:gzipFile (Results 1 – 3 of 3) sorted by relevance
299 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() method in ZipUtil302 FileOutputStream fileStream = new FileOutputStream(gzipFile); in gzipFile()306 gzipFile.delete(); in gzipFile()309 gzipFile.delete(); in gzipFile()
1056 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() argument1057 ZipUtil.gzipFile(file, gzipFile); in gzipFile()
78 ZipUtil.gzipFile(systemImage, systemImageGZ); in setUp()