Searched refs:restoreDir (Results 1 – 5 of 5) sorted by relevance
77 bool SysEventBackup::Restore(const std::string& restoreDir) in Restore() argument84 if (!FileUtil::FileExists(restoreDir)) { in Restore()89 if (!SysEventDatabase::GetInstance().Restore(backupFile_, restoreDir)) { in Restore()
177 bool SysEventDatabase::Restore(const std::string& zipFilePath, const std::string& restoreDir) in Restore() argument181 HiviewUnzipUnit unzipUnit(zipFilePath, restoreDir); in Restore()187 std::string seqFilePath(restoreDir + "event_sequence"); in Restore()
29 bool Restore(const std::string& restoreDir);
43 bool Restore(const std::string& zipFilePath, const std::string& restoreDir);
122 string restoreDir = isSpecialVersion ? "" : GetBundlePath(); in GetIdxFileInfos() local126 std::string realPath = restoreDir + extManageInfo[i].hashName; in GetIdxFileInfos()