Searched refs:do_run_common (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/west_commands/ |
D | debug.py | 13 from run_common import add_parser_common, do_run_common 34 do_run_common(self, my_args, runner_args) 58 do_run_common(self, my_args, runner_args) 76 do_run_common(self, my_args, runner_args) 94 do_run_common(self, my_args, runner_args)
|
D | robot.py | 6 from run_common import add_parser_common, do_run_common 29 do_run_common(self, my_args, runner_args)
|
D | simulate.py | 6 from run_common import add_parser_common, do_run_common 29 do_run_common(self, my_args, runner_args)
|
D | flash.py | 11 from run_common import add_parser_common, do_run_common, get_build_dir 33 do_run_common(self, my_args, runner_args, domain_file=domains_file)
|
D | run_common.py | 175 def do_run_common(command, user_args, user_runner_args, domain_file=None): function
|