Home | Sort by relevance Sort by last modified time |
/system/update_engine/common/ | |
http_fetcher.h | 58 int http_response_code() const { return http_response_code_; } function in class:chromeos_update_engine::HttpFetcher |
/system/update_engine/ | |
libcurl_http_fetcher.cc | 679 long http_response_code = 0; // NOLINT(runtime/int) - curl needs long. local 685 &http_response_code) == CURLE_OK) { 686 http_response_code_ = static_cast<int>(http_response_code); |
update_attempter.h | 142 int http_response_code() const { return http_response_code_; } function in class:chromeos_update_engine::UpdateAttempter |