Home
last modified time | relevance | path

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

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