Home
last modified time | relevance | path

Searched refs:BACKUP_TMP_POSTFIX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp36 constexpr const char *BACKUP_TMP_POSTFIX = ".tmp"; variable
145 exporters_[meta.storeType](meta, backupFullPath + BACKUP_TMP_POSTFIX, result); in DoBackup()
176 auto tmpPath = path + BACKUP_TMP_POSTFIX; in SaveData()
188 auto tmpPath = path + BACKUP_TMP_POSTFIX; in RollBackData()
198 auto tmpPath = path + BACKUP_TMP_POSTFIX; in CleanData()
267 auto tmpFile = backupFile + BACKUP_TMP_POSTFIX; in GetClearType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp26 constexpr const char *BACKUP_TMP_POSTFIX = ".bk"; variable
83 auto tmpName = name + BACKUP_TMP_POSTFIX; in KeepData()
93 auto tmpName = name + BACKUP_TMP_POSTFIX; in RollBackData()
105 auto tmpName = name + BACKUP_TMP_POSTFIX; in CleanTmpData()
246 if (IsEndWith(file.name, BACKUP_TMP_POSTFIX)) { in HaveResidueFile()
257 if (IsBeginWith(file.name, prefix) && IsEndWith(file.name, BACKUP_TMP_POSTFIX)) { in HaveResidueKey()
266 …int postFixLen = IsEndWith(fileName, BACKUP_TMP_POSTFIX) ? BACKUP_POSTFIX_SIZE + BACKUP_TMP_POSTFI… in GetBackupName()
276 auto fullTmpName = fullName + BACKUP_TMP_POSTFIX; in SetResidueInfo()