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

  /system/update_engine/common/
http_fetcher.cc 41 post_content_type_ = type;
http_fetcher.h 143 HttpContentType post_content_type_; member in class:chromeos_update_engine::HttpFetcher
  /system/update_engine/
libcurl_http_fetcher.cc 146 if (post_content_type_ != kHttpContentTypeUnspecified) {
148 "Content-Type: %s", GetHttpContentTypeString(post_content_type_));

Completed in 382 milliseconds