Searched refs:AllowDowngrade (Results 1 – 6 of 6) sorted by relevance
125 virtual bool AllowDowngrade() const = 0;
134 bool AllowDowngrade() const override { return false; } in AllowDowngrade() function
57 bool AllowDowngrade() const override;
259 bool HardwareAndroid::AllowDowngrade() const { in AllowDowngrade() function in chromeos_update_engine::HardwareAndroid
61 bool AllowDowngrade() const override { return false; } in AllowDowngrade() function
1083 if (!hardware_->AllowDowngrade()) { in ValidateManifest()