HomeSort by relevance Sort by last modified time
    Searched refs:RE_PATH (Results 1 - 2 of 2) sorted by null

  /system/tools/hidl/utils/
FQName.cpp 28 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"
101 static const std::regex kRE1("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH ")");
103 static const std::regex kRE2("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH ")");
105 static const std::regex kRE3("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")");
112 static const std::regex kRE6("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH
115 static const std::regex kRE7("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH "):(" RE_COMPONENT
118 static const std::regex kRE8("(" RE_PATH "):(" RE_COMPONENT ")");
  /system/libhidl/transport/
ServiceManagement.cpp 49 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"
50 static const std::regex gLibraryFileNamePattern("(" RE_PATH "@[0-9]+[.][0-9]+)-impl(.*?).so");

Completed in 67 milliseconds