Searched refs:new_spl (Results 1 – 1 of 1) sorted by relevance
215 std::string new_spl = standalone_vbmeta.GetSecurityPatchLevel(fstab_entry); in IsStandaloneImageRollback() local218 if (old_spl.empty() || new_spl.empty() || new_spl < old_spl) { in IsStandaloneImageRollback()224 << ", SPL switches from '" << old_spl << "' to '" << new_spl << "'"; in IsStandaloneImageRollback()