Home | History | Annotate | Download | only in Core

Lines Matching full:err_str

54 Error::Error (const char* err_str):
59 SetErrorString(err_str);
198 const char *err_str = AsCString();
199 if (err_str == NULL)
200 err_str = "???";
202 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_code);
237 const char *err_str = AsCString();
238 if (err_str == NULL)
239 err_str = "???";
241 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_code);
304 Error::SetErrorString (const char *err_str)
306 if (err_str && err_str[0])
312 m_string = err_str;