Searched refs:kDeviceNameRE (Results 1 – 6 of 6) sorted by relevance
43 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)"); variable55 if (std::regex_match(deviceNameStd, sm, kDeviceNameRE)) { in matchDeviceName()
43 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/legacy/(.+)"); variable53 if (std::regex_match(deviceNameStd, sm, kDeviceNameRE)) { in matchDeviceName()
41 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)"); variable52 if (std::regex_match(deviceNameStd, sm, kDeviceNameRE)) { in matchDeviceName()
44 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)"); variable54 if (std::regex_match(deviceName, sm, kDeviceNameRE)) { in matchDeviceName()
641 const char* kDeviceNameRE = "device@([0-9]+\\.[0-9]+)/\\s+/(.+)"; variable
227 const char* kDeviceNameRE = "device@([0-9]+\\.[0-9]+)/%s/(.+)"; variable246 pattern.appendFormat(kDeviceNameRE, providerType.c_str()); in matchDeviceName()