Home
last modified time | relevance | path

Searched refs:update_certificates_path_ (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Ddownload_action.cc52 update_certificates_path_(std::move(update_certificates_path)) {} in DownloadAction()
137 update_certificates_path_)); in StartDownloading()
160 update_certificates_path_); in StartDownloading()
/system/update_engine/aosp/
Dupdate_attempter_android.h138 update_certificates_path_ = update_certificates_path; in set_update_certificates_path()
288 std::string update_certificates_path_{constants::kUpdateCertificatesPath};
Dupdate_attempter_android.cc909 update_certificates_path_); in BuildUpdateActions()
/system/update_engine/payload_consumer/
Ddelta_performer.h82 update_certificates_path_(std::move(update_certificates_path)), in prefs_()
407 const std::string update_certificates_path_; variable
Ddelta_performer.cc1062 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()
/system/update_engine/common/
Ddownload_action.h157 const std::string update_certificates_path_; variable