Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dhttp_upload.cc246 static const wchar_t kBoundaryPrefix[] = L"---------------------------"; in GenerateMultipartBoundary() local
254 swprintf(temp, kBoundaryLength, L"%s%08X%08X", kBoundaryPrefix, r0, r1); in GenerateMultipartBoundary()