Searched refs:zipFilePath (Results 1 – 2 of 2) sorted by relevance
527 public static boolean unzipFile(String zipFilePath, String destDirPath) { in unzipFile() argument535 zipInputStream = new ZipInputStream(new FileInputStream(zipFilePath)); in unzipFile()
2978 private void compressDirToHap(Path sourceDir, String zipFilePath) in compressDirToHap() argument2981 utility.setOutPath(zipFilePath); in compressDirToHap()2982 if (zipFilePath.endsWith(HAP_SUFFIX)) { in compressDirToHap()2984 } else if (zipFilePath.endsWith(HSP_SUFFIX)) { in compressDirToHap()