Lines Matching full:files
33 paths: The list of files/directories to handle to find .cmd files.
35 usage = 'Creates a compile_commands.json database from kernel .cmd files'
56 paths_help = ('directories to search or files to parse '
57 '(files should be *.o, *.a, or modules.order). '
71 """Generate the iterator of .cmd files found under the directory.
76 directory: The directory to search for .cmd files.
104 """Generate the iterator of .cmd files associated with the object
118 """Generate the iterator of .cmd files associated with the archive.
133 """Generate the iterator of .cmd files associated with the modules.order.
161 root_directory: The directory that was searched for .cmd files. Usually
174 # The .cmd files are intended to be included directly by Make, so they
192 """Walks through the directory and finds and parses .cmd files."""
203 # If 'path' is a directory, handle all .cmd files under it.
204 # Otherwise, handle .cmd files associated with the file.