Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DFileUtils.java527 public static boolean unzipFile(String zipFilePath, String destDirPath) { in unzipFile() argument
535 zipInputStream = new ZipInputStream(new FileInputStream(zipFilePath)); in unzipFile()
DCompressor.java2978 private void compressDirToHap(Path sourceDir, String zipFilePath) in compressDirToHap() argument
2981 utility.setOutPath(zipFilePath); in compressDirToHap()
2982 if (zipFilePath.endsWith(HAP_SUFFIX)) { in compressDirToHap()
2984 } else if (zipFilePath.endsWith(HSP_SUFFIX)) { in compressDirToHap()