Home
last modified time | relevance | path

Searched refs:kUpdateCertificatesPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/aosp/
H A Dplatform_constants_android.cc29 const char kUpdateCertificatesPath[] = "/system/etc/security/otacerts.zip"; variable
H A Dupdate_attempter_android.cc476 constants::kUpdateCertificatesPath); in VerifyPayloadParseManifest()
481 std::string(constants::kUpdateCertificatesPath)); in VerifyPayloadParseManifest()
/aosp12/system/update_engine/cros/
H A Dplatform_constants_chromeos.cc30 const char kUpdateCertificatesPath[] = ""; variable
/aosp12/system/update_engine/common/
H A Dplatform_constants.h43 extern const char kUpdateCertificatesPath[];
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.h409 std::string update_certificates_path_{constants::kUpdateCertificatesPath};