Searched defs:InstallPlan (Results 1 – 1 of 1) sorted by relevance
41 struct InstallPlan { struct76 std::string download_url; // url to download from77 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