Home
last modified time | relevance | path

Searched refs:restoreDir (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_backup.cpp77 bool SysEventBackup::Restore(const std::string& restoreDir) in Restore() argument
84 if (!FileUtil::FileExists(restoreDir)) { in Restore()
89 if (!SysEventDatabase::GetInstance().Restore(backupFile_, restoreDir)) { in Restore()
H A Dsys_event_database.cpp177 bool SysEventDatabase::Restore(const std::string& zipFilePath, const std::string& restoreDir) in Restore() argument
181 HiviewUnzipUnit unzipUnit(zipFilePath, restoreDir); in Restore()
187 std::string seqFilePath(restoreDir + "event_sequence"); in Restore()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_backup.h29 bool Restore(const std::string& restoreDir);
H A Dsys_event_database.h43 bool Restore(const std::string& zipFilePath, const std::string& restoreDir);
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dsub_ext_extension.cpp122 string restoreDir = isSpecialVersion ? "" : GetBundlePath(); in GetIdxFileInfos() local
126 std::string realPath = restoreDir + extManageInfo[i].hashName; in GetIdxFileInfos()