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.cc338 static const wchar_t kBoundaryPrefix[] = L"---------------------------"; in GenerateMultipartBoundary() local
346 swprintf(temp, kBoundaryLength, L"%s%08X%08X", kBoundaryPrefix, r0, r1); in GenerateMultipartBoundary()