Searched refs:kDeviceNameRE (Results 1 – 3 of 3) sorted by relevance
42 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)"); variable54 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()
196 const char *kDeviceNameRE = "device@([0-9]+\\.[0-9]+)/%s/(.+)"; variable217 pattern.appendFormat(kDeviceNameRE, providerType.c_str()); in matchDeviceName()