Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dhttp_upload.cc66 string *error_description) { in SendRequest() argument
85 if (error_description != NULL) in SendRequest()
86 *error_description = dlerror(); in SendRequest()
104 if (error_description != NULL) in SendRequest()
105 *error_description = "No Error"; in SendRequest()
179 if (error_description != NULL) in SendRequest()
180 *error_description = (*curl_easy_strerror)(err_code); in SendRequest()
Dhttp_upload.h70 string *error_description);
/external/image_io/src/base/
Ddata_context.cc32 const std::string& error_description, in GetErrorText() argument
35 return GetErrorText(none, none, error_description, expectation_description); in GetErrorText()
41 const std::string& error_description, in GetErrorText() argument
47 if (!error_description.empty()) { in GetErrorText()
48 ss << error_description << std::endl; in GetErrorText()
Ddata_scanner.cc90 const std::string& error_description, in SetInternalError() argument
95 context.GetErrorText({}, {GetDescription()}, error_description, "")); in SetInternalError()
99 const std::string& error_description, in SetSyntaxError() argument
103 context.GetErrorText(error_description, GetDescription())); in SetSyntaxError()
/external/image_io/includes/image_io/base/
Ddata_scanner.h158 const std::string& error_description,
166 const std::string& error_description,
Ddata_context.h92 std::string GetErrorText(const std::string& error_description,
107 const std::string& error_description,