Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dhttp_upload.cc63 const string &ca_certificate_file, in SendRequest() argument
123 if (!ca_certificate_file.empty()) in SendRequest()
124 (*curl_easy_setopt)(curl, CURLOPT_CAINFO, ca_certificate_file.c_str()); in SendRequest()
Dhttp_upload.h67 const string &ca_certificate_file,