Home
last modified time | relevance | path

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

/aosp_15_r20/art/odrefresh/
H A Dodr_common.cc43 std::regex security_patch_regex(R"re((\d{4})-(\d{2})-(\d{2}))re"); in ParseSecurityPatchStr() local
45 if (!std::regex_match(security_patch_str, m, security_patch_regex)) { in ParseSecurityPatchStr()