Searched refs:identity_certificate_path_ (Results 1 – 2 of 2) sorted by relevance
100 identity_certificate_path_(std::move(identity_certificate_path)), in FileWatcherCertificateProvider()105 GPR_ASSERT(private_key_path_.empty() == identity_certificate_path_.empty()); in FileWatcherCertificateProvider()187 private_key_path_, identity_certificate_path_); in ForceUpdate()
117 std::string identity_certificate_path_; variable