Home
last modified time | relevance | path

Searched refs:status_regex (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
Dsymbol_collector_client.cc178 std::regex status_regex("\"status\": \"([^\"]+)\""); in CheckSymbolStatus() local
180 if (!std::regex_search(response, status_match, status_regex) || in CheckSymbolStatus()
/external/google-breakpad/src/common/windows/
Dsymbol_collector_client.cc139 std::wregex status_regex(L"\"status\": \"([^\"]+)\""); in CheckSymbolStatus() local
141 if (!std::regex_search(response, status_match, status_regex) || in CheckSymbolStatus()