Searched refs:cfg_file (Results 1 – 4 of 4) 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/llvm-project/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 5964 cfg_file = os.path.join(abs_path, "CPPLINT.cfg") 5966 if not os.path.isfile(cfg_file): 5970 with open(cfg_file) as file_handle: 5999 (filename, cfg_file, base_name, val)) 6010 _root = os.path.join(os.path.dirname(cfg_file), val) 6016 (name, cfg_file)) 6020 "Skipping config file '%s': Can't open for reading\n" % cfg_file)
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 5967 cfg_file = os.path.join(abs_path, "CPPLINT.cfg") 5969 if not os.path.isfile(cfg_file): 5973 with open(cfg_file) as file_handle: 6002 (filename, cfg_file, base_name, val)) 6013 _root = os.path.join(os.path.dirname(cfg_file), val) 6019 (name, cfg_file)) 6023 "Skipping config file '%s': Can't open for reading\n" % cfg_file)
|
/external/cpuinfo/test/dmesg/ |
D | xiaomi-redmi-note-4.log | 1364 [ 8.764563] init: avc: denied { set } for property=ro.dbg.coresight.cfg_file pid=592 uid=0 gid… 1365 [ 8.764579] init: sys_prop: permission denied uid:0 name:ro.dbg.coresight.cfg_file
|