Searched refs:current_spl (Results 1 – 3 of 3) sorted by relevance
20 std::string_view current_spl) { in ViolatesSPLDowngrade() argument22 if (current_spl.empty()) { 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()49 bool ViolatesSPLDowngrade(ZipArchiveHandle zip, std::string_view current_spl) { in ViolatesSPLDowngrade() argument77 return ViolatesSPLDowngrade(metadata, current_spl); in ViolatesSPLDowngrade()
352 const auto current_spl = android::base::GetProperty("ro.build.version.security_patch", ""); in TryUpdateBinary() local353 if (ViolatesSPLDowngrade(zip, current_spl)) { in TryUpdateBinary()
24 std::string_view current_spl);26 bool ViolatesSPLDowngrade(ZipArchiveHandle zip, std::string_view current_spl);