HomeSort by relevance Sort by last modified time
    Searched defs:http_response_code (Results 1 - 3 of 3) sorted by null

  /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

Completed in 619 milliseconds