Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dbrillo_common.py158 def _get_command(moblab, test_name, test_args, do_quickmerge, do_quote): argument
175 if not do_quickmerge:
192 def _print_command(moblab, test_name, test_args, do_quickmerge): argument
201 _get_command(moblab, test_name, test_args, do_quickmerge, True)))
204 def _run_command(moblab, test_name, test_args, do_quickmerge): argument
212 utils.run(_get_command(moblab, test_name, test_args, do_quickmerge, False),