Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/payload_consumer/
H A Dinstall_plan.h41 struct InstallPlan { struct
78 std::string download_url; // url to download from
79 std::string version; // version we are installing.
81 struct Payload {
104 std::vector<Payload> payloads;
117 struct Partition {
164 std::vector<Partition> partitions;
210 typedef InstallPlan InputObjectType; argument