Home
last modified time | relevance | path

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

/system/tools/sysprop/
DCommon.cpp359 static const std::regex kRegexAllowed{"-|\\."}; in ApiNameToIdentifier() local
361 std::regex_replace(name, kRegexAllowed, "_"); in ApiNameToIdentifier()