Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dinstall_plan.h41 struct InstallPlan { struct
56 std::string download_url; // url to download from
57 std::string version; // version we are installing.
59 struct Payload {
82 std::vector<Payload> payloads;
95 struct Partition {
140 std::vector<Partition> partitions;
183 typedef InstallPlan InputObjectType; argument