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