Searched refs:upload_file_path (Results 1 – 3 of 3) sorted by relevance
84 bool LibcurlWrapper::AddFile(const string& upload_file_path, in AddFile() argument89 std::cout << "Adding " << upload_file_path << " to form upload."; in AddFile()93 CURLFORM_FILE, upload_file_path.c_str(), in AddFile()
50 virtual bool AddFile(const string& upload_file_path,
48 MOCK_METHOD2(AddFile, bool(const string& upload_file_path,