Searched defs:load_config (Results 1 – 6 of 6) sorted by relevance
176 def load_config(module_name, filename, paths, must_find=False): function
21 def load_config(): function
47 load_config(const char *text) in load_config() function
3780 int load_config(Config *config, const char *filename, in load_config() function
913 void load_config(const char *filename) in load_config() function
1106 def load_config(self, filename=None, replace=True, verbose=None): member in Kconfig