HomeSort by relevance Sort by last modified time
    Searched full:var_update_restrictions_ (Results 1 - 3 of 3) sorted by null

  /system/update_engine/update_manager/
fake_updater_provider.h 83 return &var_update_restrictions_;
109 FakeVariable<UpdateRestrictions> var_update_restrictions_{
real_updater_provider.h 100 return var_update_restrictions_.get();
122 std::unique_ptr<Variable<UpdateRestrictions>> var_update_restrictions_; member in class:chromeos_update_manager::RealUpdaterProvider
real_updater_provider.cc 480 var_update_restrictions_(new UpdateRestrictionsVariable(

Completed in 295 milliseconds