Searched refs:HiviewUnzipUnit (Results 1 – 6 of 6) sorted by relevance
118 HiviewUnzipUnit::HiviewUnzipUnit(const std::string& zipPath, const std::string& dstDir) : dstDir_(d… in HiviewUnzipUnit() function in OHOS::HiviewDFX::HiviewUnzipUnit123 HiviewUnzipUnit::~HiviewUnzipUnit() in ~HiviewUnzipUnit()131 bool HiviewUnzipUnit::UnzipFile() const in UnzipFile()185 bool HiviewUnzipUnit::DoUnzipFile(const std::string& path, int& fileSize) const in DoUnzipFile()
98 HiviewUnzipUnit unzipUnit(zipConfigFile, destDir); in UnZipConfigFile()
46 class HiviewUnzipUnit {48 HiviewUnzipUnit(const std::string& zipPath, const std::string& dstDir);49 ~HiviewUnzipUnit();
181 HiviewUnzipUnit unzipUnit(zipFilePath, restoreDir); in Restore()
596 HiviewUnzipUnit unzipUnit(TEST_ZIP_FILE, ZIP_DES_PATH);
434 "OHOS::HiviewDFX::HiviewUnzipUnit::UnzipFile() const";435 "OHOS::HiviewDFX::HiviewUnzipUnit::~HiviewUnzipUnit()";