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