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

/system/tools/hidl/utils/
H A DFQName.cpp28 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*" macro
33 static const std::regex kRE1("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH ")");
35 static const std::regex kRE2("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH ")");
37 static const std::regex kRE3("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")");
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.cpp46 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*" macro
47 static const std::regex gLibraryFileNamePattern("(" RE_PATH "@[0-9]+[.][0-9]+)-impl(.*?).so");

Completed in 59 milliseconds