Home
last modified time | relevance | path

Searched refs:CertificateToPath (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport.cc29 base::FilePath Transport::CertificateToPath(Transport::Certificate cert) { in CertificateToPath() function in brillo::http::Transport
Dhttp_transport.h143 static base::FilePath CertificateToPath(Certificate cert);
Dhttp_transport_curl.cc295 certificate_path_ = CertificateToPath(cert); in UseCustomCertificate()