Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFQName.cpp29 #define RE_MINOR "[0-9]+" macro
88 static const std::regex kRE1("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH ")"); in setTo()
90 static const std::regex kRE2("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH ")"); in setTo()
92 static const std::regex kRE3("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")"); in setTo()
99 static const std::regex kRE6("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH in setTo()
102 static const std::regex kRE7("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH "):(" RE_COMPONENT in setTo()
209 static const std::regex kREVer("(" RE_MAJOR ")[.](" RE_MINOR ")"); in parseVersion()