HomeSort by relevance Sort by last modified time
    Searched refs: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_;
49 FakeVariable<bool> var_is_official_build_{ // NOLINT(whitespace/braces)
real_system_provider.h 45 return var_is_official_build_.get();
58 std::unique_ptr<Variable<bool>> var_is_official_build_; member in class:chromeos_update_manager::RealSystemProvider
real_system_provider.cc 43 var_is_official_build_.reset(

Completed in 65 milliseconds