Searched refs:kBoundaryLength (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc247 static const int kBoundaryLength = 27 + 16 + 1; local
253 wchar_t temp[kBoundaryLength];
254 swprintf(temp, kBoundaryLength, L"%s%08X%08X", kBoundaryPrefix, r0, r1);
257 temp[kBoundaryLength - 1] = L'\0';

Completed in 74 milliseconds