Searched defs:InstallPlan (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Dinstall_plan.h29 // InstallPlan is a simple struct that contains relevant info for many
41 struct InstallPlan { struct in namespace:chromeos_update_engine
42 InstallPlan() = default;
44 bool operator==(const InstallPlan& that) const;
45 bool operator!=(const InstallPlan& that) const;
120 typedef InstallPlan InputObjectType;
122 typedef InstallPlan OutputObjectType;
127 // accept an InstallPlan.
131 explicit InstallPlanAction(const InstallPlan& install_plan):
141 InstallPlan* install_pla
[all...]

Completed in 38 milliseconds