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