Searched refs:post_spl (Results 1 – 1 of 1) sorted by relevance
21 const auto& post_spl = metadata.postcondition().security_patch_level(); in ViolatesSPLDowngrade() local24 << 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()