Home
last modified time | relevance | path

Searched refs:http_layer_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader.cc114 http_layer_.reset(http_layer); in Init()
167 bool ok = http_layer_->Init(); in Upload()
191 if (!http_layer_->AddFile(minidump_pathname_, in Upload()
196 return http_layer_->SendRequest(crash_server_, in Upload()
Dgoogle_crashdump_uploader.h89 scoped_ptr<LibcurlWrapper> http_layer_; variable