Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/linux/symupload/
Dminidump_upload.cc54 string proxy_user_pwd; member
74 options->proxy_user_pwd, in Start()
120 options->proxy_user_pwd = optarg; in SetupOptions()
Dsym_upload.cc126 options->proxy_user_pwd = optarg; in SetupOptions()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc61 const string &proxy_user_pwd, in SendRequest() argument
125 if (!proxy_user_pwd.empty()) in SendRequest()
126 (*curl_easy_setopt)(curl, CURLOPT_PROXYUSERPWD, proxy_user_pwd.c_str()); in SendRequest()
Dsymbol_upload.h57 string proxy_user_pwd; member
Dhttp_upload.h65 const string &proxy_user_pwd,
Dsymbol_upload.cc133 options.proxy_user_pwd, in SymUploadV1Start()