Searched refs:file_list (Results 1 – 2 of 2) sorted by relevance
/scripts/build/ |
A D | parse_syscalls.py | 59 def analyze_headers(include_dir, scan_dir, file_list): argument 70 if file_list: 71 with open(file_list, "r", encoding="utf-8") as fp: 195 args.file_list)
|
A D | gen_relocate_app.py | 592 file_list, symbol_filter = rest.split(',', 1) 593 file_list = file_list.split(';') 595 return mem_region, phdr, flag_list, file_list, symbol_filter 614 mem_region, phdr, flag_list, file_list, symbol_filter = parse_input_string(line) 622 for file_glob in file_list:
|
Completed in 58 milliseconds