Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFQName.cpp35 static const std::regex kRE2("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH ")"); variable
131 } else if (std::regex_match(s, match, kRE2)) { in setTo()