Searched refs:RollbackDetected (Results 1 – 2 of 2) sorted by relevance
90 bool RollbackDetected(const std::string& partition_name, uint64_t rollback_index);
497 bool RollbackDetected(const std::string& partition_name ATTRIBUTE_UNUSED, in RollbackDetected() function587 if (rollback_protection && RollbackDetected(partition_name, vbmeta_header->rollback_index)) { in LoadAndVerifyVbmetaByPath()