Searched refs:HiviewZipUnit (Results 1 – 7 of 7) sorted by relevance
35 HiviewZipUnit::HiviewZipUnit(const std::string& zipPath, int32_t zipMode) in HiviewZipUnit() function in OHOS::HiviewDFX::HiviewZipUnit40 HiviewZipUnit::~HiviewZipUnit() in ~HiviewZipUnit()48 int32_t HiviewZipUnit::AddFileInZip(const std::string& srcFile, ZipFileLevel zipFileLevel) in AddFileInZip()93 FILE* HiviewZipUnit::GetFileHandle(const std::string& file, std::string& realPath) in GetFileHandle()101 std::string HiviewZipUnit::GetDstFilePath(const std::string& srcFile, ZipFileLevel zipFileLevel) in GetDstFilePath()
30 class HiviewZipUnit {32 HiviewZipUnit(const std::string& zipPath, int32_t zipMode = APPEND_STATUS_CREATE);33 ~HiviewZipUnit();
196 void AddFileToZip(HiviewZipUnit& hiviewZipUnit, const std::string& path) in AddFileToZip()210 HiviewZipUnit hiviewZipUnit(GetBackupFilePath(timeStr)); in CompressAndCopyLogFiles()
213 HiviewZipUnit zipUnit(dest); in ZipDbFile()
152 HiviewZipUnit zipUnit(zipFilePath); in Backup()
422 …"OHOS::HiviewDFX::HiviewZipUnit::HiviewZipUnit(std::__h::basic_string<char, std::__h::char_traits<…423 …"OHOS::HiviewDFX::HiviewZipUnit::AddFileInZip(std::__h::basic_string<char, std::__h::char_traits<c…425 "OHOS::HiviewDFX::HiviewZipUnit::~HiviewZipUnit()";
592 HiviewZipUnit zipUnit(TEST_ZIP_FILE);