Home | History | Annotate | Download | only in src

Lines Matching full:error_text

1359   const char error_text[] = "";
1368 char error_text[kBufSize] = { '\0' };
1373 error_text, // output buffer
1377 for (; message_length && isspace(error_text[message_length - 1]);
1379 error_text[message_length - 1] = '\0';
1386 << " Actual: " << error_hex << error_text << "\n";