Home
last modified time | relevance | path

Searched defs:createZip (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DZipUtil.java130 public static File createZip(File dir) throws IOException { in createZip() method in ZipUtil
143 public static File createZip(File dir, String name) throws IOException { in createZip() method in ZipUtil
157 public static void createZip(File dir, File zipFile) throws IOException { in createZip() method in ZipUtil
181 public static File createZip(List<File> files) throws IOException { in createZip() method in ZipUtil
193 public static File createZip(List<File> files, String name) throws IOException { in createZip() method in ZipUtil
206 public static void createZip(List<File> files, File zipFile) throws IOException { in createZip() method in ZipUtil