Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp196 void AddFileToZip(HiviewZipUnit& hiviewZipUnit, const std::string& path) in AddFileToZip() argument
198 if (hiviewZipUnit.AddFileInZip(path, ZipFileLevel::KEEP_NONE_PARENT_PATH) != 0) { in AddFileToZip()
210 HiviewZipUnit hiviewZipUnit(GetBackupFilePath(timeStr)); in CompressAndCopyLogFiles() local
212 AddFileToZip(hiviewZipUnit, lastFastBootLog); in CompressAndCopyLogFiles()
214 AddFileToZip(hiviewZipUnit, hmKLog); in CompressAndCopyLogFiles()
219 AddFileToZip(hiviewZipUnit, hmSnapShot); in CompressAndCopyLogFiles()