Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DZipUtil.java43 public static void createZip(File dir, File zipFile) throws IOException { in createZip() argument
44 createZip(Collections.singletonList(dir), zipFile); in createZip() local
54 public static void createZip(List<File> files, File zipFile) throws IOException { in createZip() argument
57 FileOutputStream fileStream = new FileOutputStream(zipFile); in createZip()
63 zipFile.delete(); in createZip()
66 zipFile.delete(); in createZip()