Lines Matching refs:corrupt_backups_
502 corrupt_backups_; member in ROCKSDB_NAMESPACE::BackupEngineImpl
697 corrupt_backups_.insert( in Initialize()
718 for (const auto& corrupt : corrupt_backups_) { in Initialize()
1067 auto corrupt = corrupt_backups_.find(backup_id); in DeleteBackupInternal()
1068 if (corrupt == corrupt_backups_.end()) { in DeleteBackupInternal()
1075 corrupt_backups_.erase(corrupt); in DeleteBackupInternal()
1127 corrupt_backup_ids->reserve(corrupt_backups_.size()); in GetCorruptedBackups()
1128 for (auto& backup : corrupt_backups_) { in GetCorruptedBackups()
1138 auto corrupt_itr = corrupt_backups_.find(backup_id); in RestoreDBFromBackup()
1139 if (corrupt_itr != corrupt_backups_.end()) { in RestoreDBFromBackup()
1259 auto corrupt_itr = corrupt_backups_.find(backup_id); in VerifyBackup()
1260 if (corrupt_itr != corrupt_backups_.end()) { in VerifyBackup()