Lines Matching full:files
13 C or header files, and building up a database of system calls and their
68 # Get the list of header files which contains syscalls to be emitted.
90 # Look for source files under various directories.
92 # other header files. We must generate the associated syscall
93 # header files (e.g. for function stubs).
95 for root, dirs, files in os.walk(base_path, topdown=True):
97 files.sort()
98 for fn in files:
116 # Parse files to extract syscall functions
164 help="Include directories recursively scanned for .h files "
169 help="Scan directories recursively for .h files containing "
182 "header file where only syscalls in these files "
197 # Only write json files if they don't exist or have changes since