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

  /system/update_engine/update_manager/
fake_system_provider.h 31 return &var_is_normal_boot_mode_;
47 FakeVariable<bool> var_is_normal_boot_mode_{ // NOLINT(whitespace/braces)
real_system_provider.h 41 return var_is_normal_boot_mode_.get();
57 std::unique_ptr<Variable<bool>> var_is_normal_boot_mode_; member in class:chromeos_update_manager::RealSystemProvider
real_system_provider.cc 39 var_is_normal_boot_mode_.reset(

Completed in 99 milliseconds