Home
last modified time | relevance | path

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

/aosp12/system/tools/sysprop/
H A DCommon.cpp157 static const std::regex odm_regex( in ValidateProp() local
163 std::regex_match(prop_name, odm_regex)) { in ValidateProp()
178 if (!std::regex_match(prop_name, odm_regex)) { in ValidateProp()