Searched refs:directory (Results 1 – 5 of 5) sorted by relevance
| /scripts/ |
| A D | gen_compile_commands.py | 69 os.path.realpath(args.directory), 72 args.paths if len(args.paths) > 0 else [args.directory]) 75 def cmdfiles_in_dir(directory): argument 88 exclude_dirs = [ os.path.join(directory, d) for d in _EXCLUDE_DIRS ] 90 for dirpath, dirnames, filenames in os.walk(directory, topdown=True): 190 log_level, directory, output, ar, paths = parse_arguments() 218 entry = process_line(directory, result.group('command_prefix'),
|
| A D | mkmakefile | 30 MAKEFLAGS += --no-print-directory
|
| A D | Kbuild.include | 23 # filename of target with directory and extension stripped 27 # filename of first prerequisite with directory and extension stripped 90 # output directory for tests below
|
| /scripts/kconfig/tests/ |
| A D | pytest.ini | 6 # the directory name that contains it. Use __init__.py for all test files.
|
| /scripts/dtc/ |
| A D | README | 92 Test files are kept in the tests/ directory. Use 'make check' to build and run
|
Completed in 4 milliseconds