Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DZipUtil.java147 public static File createZip(File dir) throws IOException { in createZip() method in ZipUtil
160 public static File createZip(File dir, String name) throws IOException { in createZip() method in ZipUtil
174 public static void createZip(File dir, File zipFile) throws IOException { in createZip() method in ZipUtil
198 public static File createZip(List<File> files) throws IOException { in createZip() method in ZipUtil
210 public static File createZip(List<File> files, String name) throws IOException { in createZip() method in ZipUtil
223 public static void createZip(List<File> files, File zipFile) throws IOException { in createZip() method in ZipUtil
DFileUtil.java1018 public static File createZip(File dir) throws IOException { in createZip() method in FileUtil
1032 public static void createZip(File dir, File zipFile) throws IOException { in createZip() method in FileUtil
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java452 static File createZip(Map<String, ? extends InputStreamFactory> factories, int compressionLevel) in createZip() method in MixImageZipPreparer