Searched refs:update_certificates_path_ (Results 1 – 6 of 6) sorted by relevance
52 update_certificates_path_(std::move(update_certificates_path)) {} in DownloadAction()137 update_certificates_path_)); in StartDownloading()160 update_certificates_path_); in StartDownloading()
138 update_certificates_path_ = update_certificates_path; in set_update_certificates_path()288 std::string update_certificates_path_{constants::kUpdateCertificatesPath};
909 update_certificates_path_); in BuildUpdateActions()
82 update_certificates_path_(std::move(update_certificates_path)), in prefs_()407 const std::string update_certificates_path_; variable
1062 if (utils::FileExists(update_certificates_path_.c_str())) { in CreatePayloadVerifier()1063 LOG(INFO) << "Verifying using certificates: " << update_certificates_path_; in CreatePayloadVerifier()1065 PayloadVerifier::CreateInstanceFromZipPath(update_certificates_path_), in CreatePayloadVerifier()
157 const std::string update_certificates_path_; variable