Home
last modified time | relevance | path

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

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