Searched defs:zipPath (Results 1 – 6 of 6) sorted by relevance
35 HiviewZipUnit::HiviewZipUnit(const std::string& zipPath, int32_t zipMode) in HiviewZipUnit()118 HiviewUnzipUnit::HiviewUnzipUnit(const std::string& zipPath, const std::string& dstDir) : dstDir_(d… in HiviewUnzipUnit()
32 zipFile BackupZipUtil::CreateZipFile(const std::string& zipPath, int32_t zipMode) in CreateZipFile()
32 zipFile ZipUtil::CreateZipFile(const std::string& zipPath, int32_t zipMode) in CreateZipFile()
29 static int AddHnpCfgFileToZip(char *zipPath, const char *hnpSrcPath, HnpCfgInfo *hnpCfg) in AddHnpCfgFileToZip()
223 static int ZipDir(const char *sourcePath, int offset, const char *zipPath) in ZipDir()
334 std::string GetContentFromZip(const std::string &zipPath, const std::string &fileName) in GetContentFromZip()