Home
last modified time | relevance | path

Searched refs:gzipFile (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DZipUtil.java329 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() argument
332 FileOutputStream fileStream = new FileOutputStream(gzipFile); in gzipFile()
336 gzipFile.delete(); in gzipFile()
339 gzipFile.delete(); in gzipFile()
DFileUtil.java1175 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile() argument
1176 ZipUtil.gzipFile(file, gzipFile); in gzipFile()