Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dhttp_upload.h71 const wstring &file_part_name,
96 const wstring &file_part_name,
Dhttp_upload.cc68 const wstring &file_part_name, in SendRequest() argument
147 file_part_name, boundary, &request_body)) { in SendRequest()
272 const wstring &file_part_name, in GenerateRequestBody() argument
302 string file_part_name_utf8 = WideToUTF8(file_part_name); in GenerateRequestBody()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc60 const string &file_part_name, in SendRequest() argument
140 CURLFORM_COPYNAME, file_part_name.c_str(), in SendRequest()
Dhttp_upload.h64 const string &file_part_name,