Searched refs:var_is_official_build_ (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/update_manager/
H A Dfake_system_provider.h35 return &var_is_official_build_;
53 FakeVariable<bool> var_is_official_build_{ // NOLINT(whitespace/braces)
H A Dreal_system_provider.h58 return var_is_official_build_.get();
78 std::unique_ptr<Variable<bool>> var_is_official_build_; member in class:chromeos_update_manager::RealSystemProvider
H A Dreal_system_provider.cc102 var_is_official_build_.reset(

Completed in 78 milliseconds