Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_database.cpp136 bool SysEventDatabase::Backup(const std::string& zipFilePath) in Backup()
184 bool SysEventDatabase::Restore(const std::string& zipFilePath, const std::string& restoreDir) in Restore()
/base/hiviewdfx/hidumper/test/scripts/testModule/
Dutils.py36 def checkZipFile(zipFilePath, checkFunction): argument
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
Dzip_writer.cpp29 ZipWriter::ZipWriter(const std::string &zipFilePath) : zipFilePath_(zipFilePath), zipFile_(nullptr) in ZipWriter()