Searched refs:LoadConfig (Results 1 – 3 of 3) sorted by relevance
88 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
61 void LoadConfig(const std::string& root_prefix, bool normal_mode);
54 hardware_.LoadConfig(root_dir_.path().value(), normal_mode); in CallLoadConfig()