Home
last modified time | relevance | path

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

/system/update_engine/
Dhardware_chromeos.cc88 LoadConfig("" /* root_prefix */, IsNormalBootMode()); in Init()
233 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() function in chromeos_update_engine::HardwareChromeOS
Dhardware_chromeos.h61 void LoadConfig(const std::string& root_prefix, bool normal_mode);
Dhardware_chromeos_unittest.cc54 hardware_.LoadConfig(root_dir_.path().value(), normal_mode); in CallLoadConfig()