Searched refs:RE_PATH (Results 1 – 2 of 2) sorted by relevance
27 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*" macro88 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()105 static const std::regex kRE8("(" RE_PATH "):(" RE_COMPONENT ")"); in setTo()
55 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*" macro56 static const std::regex gLibraryFileNamePattern("(" RE_PATH "@[0-9]+[.][0-9]+)-impl(.*?).so");