Searched refs:kMaxErrorMsg (Results 1 – 1 of 1) sorted by relevance
160 const int kMaxErrorMsg = 256; in error() local161 char* buffer = new char[kMaxErrorMsg]; in error()164 base::OS::VSNPrintF(buffer, kMaxErrorMsg - 1, format, arguments); in error()