Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 10 of 10) sorted by relevance

/scripts/clang-tools/
A Dgen_compile_commands.py67 os.path.realpath(args.directory),
70 args.paths if len(args.paths) > 0 else [args.directory])
73 def cmdfiles_in_dir(directory): argument
86 exclude_dirs = [ os.path.join(directory, d) for d in _EXCLUDE_DIRS ]
88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
188 log_level, directory, output, ar, paths = parse_arguments()
216 entry = process_line(directory, result.group('command_prefix'),
/scripts/
A Dpatch-kernel72 source directory defaults to /usr/src/linux,
73 patch directory defaults to the current directory,
A Dmisc-check8 git -C "${srctree:-.}" ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
A Dspdxexclude5 # Ignore the license directory and the licensing documentation which would
A DKbuild.include48 # filename of target with directory and extension stripped
/scripts/kconfig/tests/
A Dpytest.ini6 # the directory name that contains it. Use __init__.py for all test files.
/scripts/bash-completion/
A Dmake105 # directory path to LLVM toolchains
133 # variables that take a directory.
153 # see if a path was specified with -C/--directory
155 if [[ ${words[i]} == -@(C|-directory) ]]; then
183 # If ${makef_dir} is a build directory created by the O= option, there
273 --include-dir | --directory | -!(-*)[ICm])
/scripts/lib/abi/
A Dabi_parser.py29 def __init__(self, directory, logger=None, argument
33 self.directory = directory
354 root = self.directory
/scripts/dtc/
A Ddtx_diff30 (default is current directory)
44 If DTx is a directory, it is treated as a DT subtree, such as
/scripts/package/
A DPKGBUILD43 # Kbuild works in the output directory, where this PKGBUILD is located.

Completed in 10 milliseconds