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

  /system/update_engine/update_manager/
fake_system_provider.h 35 return &var_is_official_build_;
53 FakeVariable<bool> var_is_official_build_{ // NOLINT(whitespace/braces)
real_system_provider.h 58 return var_is_official_build_.get();
78 std::unique_ptr<Variable<bool>> var_is_official_build_; member in class:chromeos_update_manager::RealSystemProvider
real_system_provider.cc 102 var_is_official_build_.reset(

Completed in 1242 milliseconds