Searched refs:directory (Results 1 – 10 of 10) sorted by relevance
/scripts/clang-tools/ |
A D | gen_compile_commands.py | 67 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 D | patch-kernel | 72 source directory defaults to /usr/src/linux, 73 patch directory defaults to the current directory,
|
A D | misc-check | 8 git -C "${srctree:-.}" ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
|
A D | spdxexclude | 5 # Ignore the license directory and the licensing documentation which would
|
A D | Kbuild.include | 48 # filename of target with directory and extension stripped
|
/scripts/kconfig/tests/ |
A D | pytest.ini | 6 # the directory name that contains it. Use __init__.py for all test files.
|
/scripts/bash-completion/ |
A D | make | 105 # 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 D | abi_parser.py | 29 def __init__(self, directory, logger=None, argument 33 self.directory = directory 354 root = self.directory
|
/scripts/dtc/ |
A D | dtx_diff | 30 (default is current directory) 44 If DTx is a directory, it is treated as a DT subtree, such as
|
/scripts/package/ |
A D | PKGBUILD | 43 # Kbuild works in the output directory, where this PKGBUILD is located.
|
Completed in 10 milliseconds