Home
last modified time | relevance | path

Searched defs:InstallPlan (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
Dinstall_plan.h41 struct InstallPlan { struct
56 std::string download_url; // url to download from
57 std::string version; // version we are installing.
60 std::string payload_hash; // SHA256 hash of the payload
62 std::string metadata_signature; // signature of the metadata
79 struct Partition {
121 typedef InstallPlan InputObjectType; argument