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
76 std::string download_url; // url to download from
77 std::string version; // version we are installing.
79 struct Payload {
102 std::vector<Payload> payloads;
115 struct Partition {
162 std::vector<Partition> partitions;
205 typedef InstallPlan InputObjectType; argument