Searched refs:cfg_paths (Results 1 – 1 of 1) sorted by relevance
813 static int cfg_load(struct cfg *cfg, const char * const *cfg_paths) in cfg_load() argument818 if (cfg_paths == NULL) in cfg_load()819 cfg_paths = default_cfg_paths; in cfg_load()821 for (i = 0; cfg_paths[i] != NULL; i++) in cfg_load()822 cfg_files_list(&files, &n_files, cfg_paths[i]); in cfg_load()