Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_form_data.cc148 bool use_quotes = false; in GetContentType() local
151 use_quotes = true; in GetContentType()
156 use_quotes ? "%s; boundary=\"%s\"" : "%s; boundary=%s", in GetContentType()