Home
last modified time | relevance | path

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

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