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.60 std::string payload_hash; // SHA256 hash of the payload62 std::string metadata_signature; // signature of the metadata79 struct Partition {121 typedef InstallPlan InputObjectType; argument