Searched refs:zipFilePath (Results 1 – 2 of 2) sorted by relevance
528 public static boolean unzipFile(String zipFilePath, String destDirPath) { in unzipFile() argument536 zipInputStream = new ZipInputStream(new FileInputStream(zipFilePath)); in unzipFile()
3324 private void compressDirToHap(Path sourceDir, String zipFilePath) in compressDirToHap() argument3327 utility.setOutPath(zipFilePath); in compressDirToHap()3328 if (zipFilePath.endsWith(HAP_SUFFIX)) { in compressDirToHap()3330 } else if (zipFilePath.endsWith(HSP_SUFFIX)) { in compressDirToHap()