Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhttp_common.h68 const char *GetHttpContentTypeString(HttpContentType type);
Dhttp_common.cc71 const char *GetHttpContentTypeString(HttpContentType type) { in GetHttpContentTypeString() function
/system/update_engine/
Dlibcurl_http_fetcher.cc207 "Content-Type: %s", GetHttpContentTypeString(post_content_type_)); in ResumeTransfer()