Home | History | Annotate | Download | only in src

Lines Matching defs:error_text

2846   const char error_text[] = "";
2857 char error_text[kBufSize] = { '\0' };
2862 error_text, // output buffer
2866 for (; message_length && IsSpace(error_text[message_length - 1]);
2868 error_text[message_length - 1] = '\0';
2876 << " Actual: " << error_hex << " " << error_text << "\n";