Home
last modified time | relevance | path

Searched defs:backupDir (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp110 std::string backupDir = workDir + "/" + dbSubDir + DBConstant::PATH_BACKUP_POSTFIX; in RekeyRecover() local
259 std::string backupDir; in ExecuteExport() local
459 std::string backupDir = dir + DBConstant::PATH_POSTFIX_IMPORT_BACKUP; in RecoverImportedBackFiles() local
483 int DatabaseOper::RemoveImportedBackFiles(const std::string &backupDir, const std::string &ctrlFile… in RemoveImportedBackFiles() argument
517 std::string backupDir = workDir + "/" + dbSubDir + DBConstant::PATH_POSTFIX_IMPORT_BACKUP; in ClearImportTempFile() local
557 std::string backupDir = workDir + "/" + dbSubDir + DBConstant::PATH_POSTFIX_EXPORT_BACKUP; in ClearExportedTempFiles() local
H A Dlocal_database_oper.cpp83 std::string backupDir = filePrefix + DBConstant::PATH_BACKUP_POSTFIX; in BackupDb() local
H A Dmulti_ver_database_oper.cpp89 std::string backupDir = filePrefix + DBConstant::PATH_BACKUP_POSTFIX; in BackupDb() local
H A Dsingle_ver_database_oper.cpp117 std::string backupDir = filePrefix + DBConstant::PATH_BACKUP_POSTFIX; in BackupDb() local
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_backup.cpp28 SysEventBackup::SysEventBackup(const std::string& backupDir) : backupDir_(backupDir) in SysEventBackup()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp116 std::string backupDir; in TryRestoreKey() local
144 std::string backupDir; in TryRestoreUeceKey() local
162 int32_t KeyBackup::GetBackupDir(std::string &origDir, std::string &backupDir) in GetBackupDir()
189 std::string backupDir; in ListAndCheckDir() local
207 const std::string &backupDir) in DoResotreKeyMix()
363 int32_t KeyBackup::CopySameFilesToTempDir(const std::string &backupDir, std::string &tempDir, in CopySameFilesToTempDir()
394 int32_t KeyBackup::CreateTempDirForMixFiles(const std::string &backupDir, std::string &tempDir) in CreateTempDirForMixFiles()
H A Dbase_key.cpp398 std::string backupDir; in StoreKey() local
801 std::string backupDir; in StoreKey() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_restore_service.h31 std::string backupDir; member
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_context_js.cpp62 std::string backupDir = context->GetBackupDir(); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.h36 std::string backupDir; // the directory of the current database backup member