OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http_status
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
metrics_utils.cc
133
int
http_status
=
local
136
if (
http_status
>= 200 &&
http_status
<= 599) {
139
http_status
- 200);
140
} else if (
http_status
== 0) {
145
LOG(WARNING) << "Unexpected HTTP status code " <<
http_status
;
/external/google-breakpad/src/common/windows/
http_upload.cc
174
wchar_t
http_status
[4];
local
175
DWORD http_status_size = sizeof(
http_status
);
177
static_cast<LPVOID>(&
http_status
), &http_status_size,
182
int http_response = wcstol(
http_status
, NULL, 10);
Completed in 65 milliseconds