Home
last modified time | relevance | path

Searched refs:proxy_user_pwd (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/tools/linux/symupload/
Dminidump_upload.cc54 string proxy_user_pwd; member
72 options->proxy_user_pwd, in Start()
118 options->proxy_user_pwd = optarg; in SetupOptions()
Dsym_upload.cc61 string proxy_user_pwd; member
149 options->proxy_user_pwd, in Start()
196 options->proxy_user_pwd = optarg; in SetupOptions()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc62 const string &proxy_user_pwd, in SendRequest() argument
120 if (!proxy_user_pwd.empty()) in SendRequest()
121 (*curl_easy_setopt)(curl, CURLOPT_PROXYUSERPWD, proxy_user_pwd.c_str()); in SendRequest()
Dhttp_upload.h66 const string &proxy_user_pwd,