Home
last modified time | relevance | path

Searched defs:zipFilePath (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_database.cpp135 bool SysEventDatabase::Backup(const std::string& zipFilePath) in Backup()
177 bool SysEventDatabase::Restore(const std::string& zipFilePath, const std::string& restoreDir) in Restore()
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
Dzip_writer.cpp29 ZipWriter::ZipWriter(const std::string &zipFilePath) : zipFilePath_(zipFilePath), zipFile_(nullptr) in ZipWriter()