Searched refs:BACKUP_TMP_POSTFIX (Results 1 – 2 of 2) sorted by relevance
36 constexpr const char *BACKUP_TMP_POSTFIX = ".tmp"; variable145 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()
26 constexpr const char *BACKUP_TMP_POSTFIX = ".bk"; variable83 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()