Home | History | Annotate | Download | only in src

Lines Matching defs:error_text

1365   const char error_text[] = "";
1374 char error_text[kBufSize] = { '\0' };
1379 error_text, // output buffer
1383 for (; message_length && isspace(error_text[message_length - 1]);
1385 error_text[message_length - 1] = '\0';
1392 << " Actual: " << error_hex << error_text << "\n";