Home
last modified time | relevance | path

Searched refs:old_spl (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dfirst_stage_mount.cpp209 std::string old_spl = builtin_vbmeta.GetSecurityPatchLevel(fstab_entry); in IsStandaloneImageRollback() local
213 if (old_spl.empty() || new_spl.empty() || new_spl < old_spl) { in IsStandaloneImageRollback()
219 << ", SPL switches from '" << old_spl << "' to '" << new_spl << "'"; in IsStandaloneImageRollback()