Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dspl_check.cpp21 const auto& post_spl = metadata.postcondition().security_patch_level(); in ViolatesSPLDowngrade() local
24 << post_spl << " permitting OTA install"; in ViolatesSPLDowngrade()
32 if (post_spl < current_spl) { in ViolatesSPLDowngrade()
33 LOG(ERROR) << "Current SPL: " << current_spl << " Target SPL: " << post_spl in ViolatesSPLDowngrade()
44 LOG(INFO) << "old spl: " << current_spl << " new spl: " << post_spl << " CHECK passes"; in ViolatesSPLDowngrade()