Searched refs:cert_path_ (Results 1 – 2 of 2) sorted by relevance
673 const std::string& cert_path() const { return cert_path_; } in cert_path()741 cert_path_ = cert_path; in set_cert_path()748 std::string cert_path_; variable
1875 return value->GetAsString(&cert_path_); in ParseValue()1968 SetStringProperty(kCertPathProperty, cert_path, &cert_path_); in SetCertPath()2092 if (cert_path_.find(settings_string) == 0) { in IsCertificateLoaded()2093 std::string::size_type idx = cert_path_.find(pkcs11_key); in IsCertificateLoaded()2095 idx = cert_path_.find_first_not_of(kWhitespaceASCII, in IsCertificateLoaded()2097 if (idx != std::string::npos && cert_path_[idx] == '=') in IsCertificateLoaded()