Home
last modified time | relevance | path

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

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