Home | History | Annotate | Download | only in base

Lines Matching defs:msgbuf

951   char msgbuf[kErrorMessageBufferSize];
953 DWORD len = FormatMessageA(flags, nullptr, error_code, 0, msgbuf,
954 arraysize(msgbuf), nullptr);
957 return base::CollapseWhitespaceASCII(msgbuf, true) +