Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp201 std::string old_spl = builtin_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()