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

  /external/libbrillo/brillo/http/
mock_curl_api.h 35 MOCK_CONST_METHOD1(EasyStrError, std::string(CURLcode));
curl_api.h 72 virtual std::string EasyStrError(CURLcode code) const = 0;
160 std::string EasyStrError(CURLcode code) const override;
curl_api.cc 121 std::string CurlApi::EasyStrError(CURLcode code) const {
http_transport_curl_unittest.cc 151 EXPECT_CALL(*curl_api_, EasyStrError(CURLE_OUT_OF_MEMORY))
http_transport_curl.cc 273 curl_interface->EasyStrError(code));

Completed in 34 milliseconds