Searched refs:destDirPath (Results 1 - 2 of 2) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
H A D | Uncompress.java | 497 * @param destDirPath destination file path 501 private static void unzip(Utility utility, String srcPath, String destDirPath, String suffix) in unzip() argument 513 if (destDirPath.isEmpty() || !UncompressVerify.isPathValid(destDirPath, false, null)) { in unzip() 514 LOG.error("Uncompress::unzip destDirPath is invalid!"); in unzip() 515 throw new BundleException("Unzip failed, destDirPath is invalid"); in unzip() 517 unzipFromFile(utility, srcPath, destDirPath, suffix); in unzip() 525 * @param destDirPath destination file path 529 private static void unzipFromFile(Utility utility, String srcPath, String destDirPath, String suffix) in unzipFromFile() argument 560 String tempDir = destDirPath in unzipFromFile() 637 dataTransferAllFiles(String srcPath, String destDirPath) dataTransferAllFiles() argument 669 dataTransferFilesByApp(Utility utility, String srcPath, String destDirPath) dataTransferFilesByApp() argument 945 repackHap(String srcPath, String destDirPath, String fileName, String unpackApk) repackHap() argument 979 packFilesByPath(String srcPath, String destDirPath, String fileName, String unpackApk) packFilesByPath() argument [all...] |
H A D | FileUtils.java | 526 * @param destDirPath is the output dest path 528 public static boolean unzipFile(String zipFilePath, String destDirPath) { in unzipFile() argument 530 File destDir = new File(destDirPath); in unzipFile() 539 String filePath = destDirPath + File.separator + entry.getName(); in unzipFile()
|
Completed in 3 milliseconds