Searched defs:InstallPlan (Results 1 – 1 of 1) sorted by relevance
41 struct InstallPlan { struct55 std::string download_url; // url to download from56 std::string version; // version we are installing.58 std::string system_version;60 struct Payload {80 std::vector<Payload> payloads;93 struct Partition {130 std::vector<Partition> partitions;173 typedef InstallPlan InputObjectType; argument