Home
last modified time | relevance | path

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

/system/tools/sysprop/
DCommon.cpp155 static const std::regex vendor_regex( in ValidateProp() local
162 if (std::regex_match(prop_name, vendor_regex) || in ValidateProp()
171 if (!std::regex_match(prop_name, vendor_regex)) { in ValidateProp()