Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhttp_common.cc58 bool is_found = false; in GetHttpResponseDescription() local
61 if ((is_found = (http_response_table[i].code == code))) in GetHttpResponseDescription()
64 return (is_found ? http_response_table[i].description : "(unsupported)"); in GetHttpResponseDescription()
79 bool is_found = false; in GetHttpContentTypeString() local
82 if ((is_found = (http_content_type_table[i].type == type))) in GetHttpContentTypeString()
85 return (is_found ? http_content_type_table[i].str : nullptr); in GetHttpContentTypeString()