Home
last modified time | relevance | path

Searched refs:zipFilePath (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hidumper/test/scripts/testModule/
H A Dutils.py35 def checkZipFile(zipFilePath, checkFunction):
40 assert os.path.exists(zipFilePath), f"The file {zipFilePath} does not exist."
41 with zipfile.ZipFile(zipFilePath, 'r') as zip_ref:
43 dirname = os.path.dirname(zipFilePath)
/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_database.h42 bool Backup(const std::string& zipFilePath);
43 bool Restore(const std::string& zipFilePath, const std::string& restoreDir);
/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h28 ZipWriter(const std::string &zipFilePath);
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp29 ZipWriter::ZipWriter(const std::string &zipFilePath) : zipFilePath_(zipFilePath), zipFile_(nullptr) in ZipWriter() argument
31 DUMPER_HILOGD(MODULE_COMMON, "create|zipFilePath=[%{public}s]", zipFilePath_.c_str()); in ZipWriter()
43 DUMPER_HILOGD(MODULE_COMMON, "Open enter|zipFilePath=[%{public}s]", zipFilePath_.c_str()); in Open()
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp135 bool SysEventDatabase::Backup(const std::string& zipFilePath) in Backup() argument
152 HiviewZipUnit zipUnit(zipFilePath); in Backup()
177 bool SysEventDatabase::Restore(const std::string& zipFilePath, const std::string& restoreDir) in Restore() argument
181 HiviewUnzipUnit unzipUnit(zipFilePath, restoreDir); in Restore()

Completed in 3 milliseconds