HomeSort by relevance Sort by last modified time
    Searched refs:RemoveParameters (Results 1 - 6 of 6) sorted by null

  /external/libbrillo/brillo/
mime_utils.cc 95 std::string mime = mime::RemoveParameters(mime_string);
120 std::string mime = mime::RemoveParameters(mime_string);
125 std::string mime = mime::RemoveParameters(mime_string);
140 std::string mime::RemoveParameters(const std::string& mime_string) {
mime_utils.h 108 BRILLO_EXPORT std::string RemoveParameters(
mime_utils_unittest.cc 62 mime_string = mime::RemoveParameters(mime_string);
  /external/libbrillo/brillo/http/
http_transport_fake.cc 180 if (brillo::mime::RemoveParameters(
223 std::string mime_type = brillo::mime::RemoveParameters(
http_utils.cc 19 using brillo::mime::RemoveParameters;
388 auto content_type = RemoveParameters(response->GetContentType());
http_utils_unittest.cc 201 brillo::mime::RemoveParameters(response->GetContentType()));
376 auto mime_type = brillo::mime::RemoveParameters(

Completed in 212 milliseconds