Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/
Ddebug.py13 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)
Drobot.py6 from run_common import add_parser_common, do_run_common
29 do_run_common(self, my_args, runner_args)
Dsimulate.py6 from run_common import add_parser_common, do_run_common
29 do_run_common(self, my_args, runner_args)
Dflash.py11 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)
Drun_common.py175 def do_run_common(command, user_args, user_runner_args, domain_file=None): function