Lines Matching full:files
25 # files in a different format. Do not support it.
36 paths: The list of files/directories to handle to find .cmd files.
38 usage = 'Creates a compile_commands.json database from kernel .cmd files'
59 paths_help = ('directories to search or files to parse '
60 '(files should be *.o, *.a, or modules.order). '
74 """Generate the iterator of .cmd files found under the directory.
79 directory: The directory to search for .cmd files.
113 """Generate the iterator of .cmd files associated with the archive.
128 """Generate the iterator of .cmd files associated with the modules.order.
156 root_directory: The directory that was searched for .cmd files. Usually
169 # The .cmd files are intended to be included directly by Make, so they
187 """Walks through the directory and finds and parses .cmd files."""
198 # If 'path' is a directory, handle all .cmd files under it.
199 # Otherwise, handle .cmd files associated with the file.