Home
last modified time | relevance | path

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

/scripts/
A Dgen_compile_commands.py69 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 Dmkmakefile30 MAKEFLAGS += --no-print-directory
A DKbuild.include23 # 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 Dpytest.ini6 # the directory name that contains it. Use __init__.py for all test files.
/scripts/dtc/
A DREADME92 Test files are kept in the tests/ directory. Use 'make check' to build and run

Completed in 4 milliseconds