Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc84 bool LibcurlWrapper::AddFile(const string& upload_file_path, in AddFile() argument
89 std::cout << "Adding " << upload_file_path << " to form upload."; in AddFile()
93 CURLFORM_FILE, upload_file_path.c_str(), in AddFile()
Dlibcurl_wrapper.h50 virtual bool AddFile(const string& upload_file_path,
Dgoogle_crashdump_uploader_test.cc48 MOCK_METHOD2(AddFile, bool(const string& upload_file_path,