Searched defs:file_part_name (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc60 const string &file_part_name,
140 CURLFORM_COPYNAME, file_part_name.c_str(),
57 SendRequest(const string &url, const map<string, string> &parameters, const string &upload_file, const string &file_part_name, const string &proxy, const string &proxy_user_pwd, const string &ca_certificate_file, string *response_body, long *response_code, string *error_description) argument
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc68 const wstring &file_part_name,
147 file_part_name, boundary, &request_body)) {
272 const wstring &file_part_name,
302 string file_part_name_utf8 = WideToUTF8(file_part_name);
65 SendRequest(const wstring &url, const map<wstring, wstring> &parameters, const wstring &upload_file, const wstring &file_part_name, int *timeout, wstring *response_body, int *response_code) argument
270 GenerateRequestBody(const map<wstring, wstring> &parameters, const wstring &upload_file, const wstring &file_part_name, const wstring &boundary, string *request_body) argument

Completed in 263 milliseconds