Lines Matching full:files
34 paths: The list of files/directories to handle to find .cmd files.
36 usage = 'Creates a compile_commands.json database from kernel .cmd files'
57 paths_help = ('directories to search or files to parse '
58 '(files should be *.o, *.a, or modules.order). '
72 """Generate the iterator of .cmd files found under the directory.
77 directory: The directory to search for .cmd files.
105 """Generate the iterator of .cmd files associated with the object
119 """Generate the iterator of .cmd files associated with the archive.
134 """Generate the iterator of .cmd files associated with the modules.order.
162 root_directory: The directory that was searched for .cmd files. Usually
175 # The .cmd files are intended to be included directly by Make, so they
193 """Walks through the directory and finds and parses .cmd files."""
204 # If 'path' is a directory, handle all .cmd files under it.
205 # Otherwise, handle .cmd files associated with the file.