Lines Matching full:files
24 used by a given set of input source files"""
29 # for path in <your list of files>:
32 # # get the set of Linux headers included by your files
35 # # get the set of of input files that do include Linux headers
36 # files = scanner.getFiles()
45 # files with a custom C pre-processor in order to optimize out macros,
60 # some kernel files choose to include files with relative paths (x86 32/64
70 self.files = set() # set of files being parsed for headers
84 self.files.add(from_file)
157 """returns the set of files that do include kernel headers"""
158 return self.files.copy()