Searched refs:cfg_file (Results 1 – 2 of 2) sorted by relevance
/external/kmod/tools/ |
D | depmod.c | 701 struct cfg_file { struct 708 static void cfg_file_free(struct cfg_file *f) in cfg_file_free() argument 713 static int cfg_files_insert_sorted(struct cfg_file ***p_files, size_t *p_n_files, in cfg_files_insert_sorted() 716 struct cfg_file **files, *f; in cfg_files_insert_sorted() 741 f = malloc(sizeof(struct cfg_file) + dirlen + namelen + 2); in cfg_files_insert_sorted() 747 tmp = realloc(files, sizeof(struct cfg_file *) * (n_files + 1)); in cfg_files_insert_sorted() 757 sizeof(struct cfg_file *) * (n_files - i)); in cfg_files_insert_sorted() 776 static int cfg_files_list(struct cfg_file ***p_files, size_t *p_n_files, in cfg_files_list() 816 struct cfg_file **files = NULL; in cfg_load() 825 struct cfg_file *f = files[i]; in cfg_load()
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 5948 cfg_file = os.path.join(abs_path, "CPPLINT.cfg") 5950 if not os.path.isfile(cfg_file): 5954 with open(cfg_file) as file_handle: 5983 (filename, cfg_file, base_name, val)) 5994 _root = os.path.join(os.path.dirname(cfg_file), val) 6000 (name, cfg_file)) 6004 "Skipping config file '%s': Can't open for reading\n" % cfg_file)
|