Searched refs:AllowDowngrade (Results 1 – 6 of 6) sorted by relevance
127 virtual bool AllowDowngrade() const = 0;
131 bool AllowDowngrade() const override { return false; } in AllowDowngrade() function
56 bool AllowDowngrade() const override;
61 bool AllowDowngrade() const override { return false; } in AllowDowngrade() function
197 bool HardwareAndroid::AllowDowngrade() const { in AllowDowngrade() function in chromeos_update_engine::HardwareAndroid
1776 if (!hardware_->AllowDowngrade()) { in ValidateManifest()