Searched refs:zipFilePath (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hidumper/test/scripts/testModule/ |
H A D | utils.py | 35 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 D | sys_event_database.h | 42 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 D | zip_writer.h | 28 ZipWriter(const std::string &zipFilePath);
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/ |
H A D | zip_writer.cpp | 29 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 D | sys_event_database.cpp | 135 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