Lines Matching +full:stdout +full:- +full:path
6 # SPDX-License-Identifier: GPL-2.0+
19 our_path = os.path.dirname(os.path.realpath(__file__))
21 sys.path.insert(0, os.path.join(our_path, dirname))
24 sys.path.insert(0, 'scripts/dtc/pylibfdt')
26 # Also allow entry-type modules to be brought in from the etype directory.
27 sys.path.insert(0, os.path.join(our_path, 'etype'))
62 '--include "tools/binman/*.py" --omit "*test*,*binman.py" '
63 'tools/binman/binman.py -t' % options.build_dir)
65 stdout = command.Output('coverage', 'report')
66 coverage = stdout.splitlines()[-1].split(' ')[-1]
68 print stdout
77 options: Command-line options
78 args: Non-option arguments
98 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),