Home
last modified time | relevance | path

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

/system/update_engine/
Dhardware_chromeos_unittest.cc55 hardware_.LoadConfig(root_dir_.GetPath().value(), normal_mode); in CallLoadConfig()
Dhardware_chromeos.h73 void LoadConfig(const std::string& root_prefix, bool normal_mode);
Dhardware_chromeos.cc123 LoadConfig("" /* root_prefix */, IsNormalBootMode()); in Init()
324 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() function in chromeos_update_engine::HardwareChromeOS