Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFQName.cpp26 #define RE_COMPONENT "[a-zA-Z_][a-zA-Z_0-9]*" macro
27 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"
94 static const std::regex kRE4("(" RE_COMPONENT ")([.]" RE_COMPONENT ")+"); in setTo()
96 static const std::regex kRE5("(" RE_COMPONENT ")"); in setTo()
100 "):(" RE_COMPONENT ")"); in setTo()
102 static const std::regex kRE7("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH "):(" RE_COMPONENT in setTo()
105 static const std::regex kRE8("(" RE_PATH "):(" RE_COMPONENT ")"); in setTo()
/system/libhidl/transport/
DServiceManagement.cpp54 #define RE_COMPONENT "[a-zA-Z_][a-zA-Z_0-9]*" macro
55 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"