Searched refs:root_cert_path_ (Results 1 – 2 of 2) sorted by relevance
101 root_cert_path_(std::move(root_cert_path)), in FileWatcherCertificateProvider()107 GPR_ASSERT(!private_key_path_.empty() || !root_cert_path_.empty()); in FileWatcherCertificateProvider()182 if (!root_cert_path_.empty()) { in ForceUpdate()183 root_certificate = ReadRootCertificatesFromFile(root_cert_path_); in ForceUpdate()
118 std::string root_cert_path_; variable