OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LibcurlWrapper
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/linux/
libcurl_wrapper.cc
39
LibcurlWrapper
::
LibcurlWrapper
()
55
std::cout << "
LibcurlWrapper
init succeeded";
60
LibcurlWrapper
::~
LibcurlWrapper
() {}
62
bool
LibcurlWrapper
::SetProxy(const string& proxy_host,
84
bool
LibcurlWrapper
::AddFile(const string& upload_file_path,
111
bool
LibcurlWrapper
::SendRequest(const string& url,
165
bool
LibcurlWrapper
::Init() {
167
std::cout << "Init_OK was not true in
LibcurlWrapper
::Init(), check earlier log messages"
[
all
...]
libcurl_wrapper.h
43
class
LibcurlWrapper
{
45
LibcurlWrapper
();
46
~
LibcurlWrapper
();
Completed in 62 milliseconds