Searched defs:current_spl (Results 1 – 2 of 2) sorted by relevance
20 std::string_view current_spl) { in ViolatesSPLDowngrade()49 bool ViolatesSPLDowngrade(ZipArchiveHandle zip, std::string_view current_spl) { in ViolatesSPLDowngrade()
418 const auto current_spl = android::base::GetProperty("ro.build.version.security_patch", ""); in TryUpdateBinary() local