Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFQName.cpp102 static const std::regex kRE7("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH "):(" RE_COMPONENT in setTo() local
139 } else if (std::regex_match(s, match, kRE7)) { in setTo()