Home
last modified time | relevance | path

Searched refs:kHttpContentTypeUnspecified (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Dhttp_common.h62 kHttpContentTypeUnspecified = 0, enumerator
Dhttp_fetcher.cc43 SetPostData(data, size, kHttpContentTypeUnspecified); in SetPostData()
/system/update_engine/
Dlibcurl_http_fetcher.cc200 if (post_content_type_ != kHttpContentTypeUnspecified) { in ResumeTransfer()