Searched defs:RE_COMPONENT (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/utils/
H A DFQName.cpp27 #define RE_COMPONENT "[a-zA-Z_][a-zA-Z_0-9]*" macro
28 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"
39 static const std::regex kRE4("(" RE_COMPONENT ")([.]" RE_COMPONENT ")+");
41 static const std::regex kRE5("(" RE_COMPONENT ")");
44 static const std::regex kRE6("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH "):(" RE_COMPONENT ")");
46 static const std::regex kRE7("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH "):(" RE_COMPONENT ")");
48 static const std::regex kRE8("(" RE_PATH "):(" RE_COMPONENT ")");
/system/libhidl/transport/
H A DServiceManagement.cpp45 #define RE_COMPONENT "[a-zA-Z_][a-zA-Z_0-9]*" macro
46 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"

Completed in 56 milliseconds