Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc146 CHECK(base::PathExists(certificate_path_)); in CreateConnection()
148 certificate_path_.value()); in CreateConnection()
295 certificate_path_ = CertificateToPath(cert); in UseCustomCertificate()
296 CHECK(base::PathExists(certificate_path_)); in UseCustomCertificate()
Dhttp_transport_curl.h146 base::FilePath certificate_path_; variable