Home
last modified time | relevance | path

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

/test/vts/utils/python/controllers/
Dfastboot.py21 def exe_cmd(*cmds): function
77 return exe_cmd(' '.join((self.fastboot_str, name, arg_str)))
80 return exe_cmd(' '.join((self.fastboot_str, ) + args))
/test/vts/runners/host/
Dutils.py323 def exe_cmd(*cmds): function