Home
last modified time | relevance | path

Searched refs:zipPath (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/base/utility/include/
H A Dhiview_zip_util.h32 HiviewZipUnit(const std::string& zipPath, int32_t zipMode = APPEND_STATUS_CREATE);
48 HiviewUnzipUnit(const std::string& zipPath, const std::string& dstDir);
/base/hiviewdfx/hiview/base/utility/
H A Dhiview_zip_util.cpp35 HiviewZipUnit::HiviewZipUnit(const std::string& zipPath, int32_t zipMode) in HiviewZipUnit() argument
37 zipFile_ = zipOpen(zipPath.c_str(), zipMode); in HiviewZipUnit()
118 HiviewUnzipUnit::HiviewUnzipUnit(const std::string& zipPath, const std::string& dstDir) : dstDir_(dstDir) in HiviewUnzipUnit() argument
120 zipFile_ = unzOpen(zipPath.c_str()); in HiviewUnzipUnit()
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp334 std::string GetContentFromZip(const std::string &zipPath, const std::string &fileName) in GetContentFromZip() argument
336 ModuleZipHelper helper(zipPath); in GetContentFromZip()
338 LOG(ERROR) << "Failed to open file: " << zipPath; in GetContentFromZip()
343 LOG(ERROR) << "Failed to extract: " << fileName << " from package: " << zipPath; in GetContentFromZip() local
/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_utils.h47 std::string GetContentFromZip(const std::string &zipPath, const std::string &fileName);

Completed in 4 milliseconds