Home
last modified time | relevance | path

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

/system/tools/sysprop/
DCommon.cpp138 static const std::regex odm_regex( in ValidateProp() local
144 std::regex_match(prop_name, odm_regex)) { in ValidateProp()
160 if (!std::regex_match(prop_name, odm_regex)) { in ValidateProp()