Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp202 std::string new_spl = standalone_vbmeta.GetSecurityPatchLevel(fstab_entry); in IsStandaloneImageRollback() local
205 if (old_spl.empty() || new_spl.empty() || new_spl < old_spl) { in IsStandaloneImageRollback()
211 << ", SPL switches from '" << old_spl << "' to '" << new_spl << "'"; in IsStandaloneImageRollback()