Searched refs:LoadConfig (Results 1 – 4 of 4) sorted by relevance
103 LoadConfig("" /* root_prefix */, IsNormalBootMode()); in Init()289 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() function in chromeos_update_engine::HardwareChromeOS
55 hardware_.LoadConfig(root_dir_.GetPath().value(), normal_mode); in CallLoadConfig()
80 void LoadConfig(const std::string& root_prefix, bool normal_mode);
154 Result<Config> LoadConfig(const std::string& config_file) { in LoadConfig() function320 auto config = LoadConfig(argv[1]); in main()