Searched refs:loaded_config_paths (Results 1 – 3 of 3) sorted by relevance
268 std::unordered_set<std::string> *loaded_config_paths);
245 std::unordered_set<std::string> *loaded_config_paths) { in ParseThermalConfig() argument246 if (loaded_config_paths->count(config_path.data())) { in ParseThermalConfig()256 loaded_config_paths->insert(config_path.data()); in ParseThermalConfig()263 if (!ParseThermalConfig(sub_configs_path, &sub_config, loaded_config_paths)) { in ParseThermalConfig()
183 std::unordered_set<std::string> loaded_config_paths; in ThermalHelperImpl() local184 if (!ParseThermalConfig(config_path, &config, &loaded_config_paths)) { in ThermalHelperImpl()