Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dcurl_api.h114 virtual std::string MultiStrError(CURLMcode code) const = 0;
212 std::string MultiStrError(CURLMcode code) const override;
Dmock_curl_api.h47 MOCK_CONST_METHOD1(MultiStrError, std::string(CURLMcode));
Dcurl_api.cc179 std::string CurlApi::MultiStrError(CURLMcode code) const { in MultiStrError() function in brillo::http::CurlApi
Dhttp_transport_curl.cc282 curl_interface->MultiStrError(code)); in AddMultiCurlError()