Home
last modified time | relevance | path

Searched refs:normal_mode (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Dhardware_chromeos_unittest.cc54 void CallLoadConfig(bool normal_mode) { in CallLoadConfig() argument
55 hardware_.LoadConfig(root_dir_.GetPath().value(), normal_mode); in CallLoadConfig()
Dhardware_chromeos.h72 void LoadConfig(const std::string& root_prefix, bool normal_mode);
Dhardware_chromeos.cc275 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() argument
278 if (normal_mode) { in LoadConfig()