Searched refs:upload_file_path (Results 1 – 3 of 3) sorted by relevance
76 bool LibcurlWrapper::AddFile(const string& upload_file_path, in AddFile() argument80 std::cout << "Adding " << upload_file_path << " to form upload."; in AddFile()84 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,