Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DFileUtils.java528 public static boolean unzipFile(String zipFilePath, String destDirPath) { in unzipFile() argument
536 zipInputStream = new ZipInputStream(new FileInputStream(zipFilePath)); in unzipFile()
DCompressor.java3324 private void compressDirToHap(Path sourceDir, String zipFilePath) in compressDirToHap() argument
3327 utility.setOutPath(zipFilePath); in compressDirToHap()
3328 if (zipFilePath.endsWith(HAP_SUFFIX)) { in compressDirToHap()
3330 } else if (zipFilePath.endsWith(HSP_SUFFIX)) { in compressDirToHap()