Home | History | Annotate | Download | only in src

Lines Matching full:error_text

1669   const char error_text[] = "";
1680 char error_text[kBufSize] = { '\0' };
1685 error_text, // output buffer
1689 for (; message_length && IsSpace(error_text[message_length - 1]);
1691 error_text[message_length - 1] = '\0';
1699 << " Actual: " << error_hex << " " << error_text << "\n";