Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dota_tools.py100 def _ExecuteCommand(*command, **popen_args): member in OtaTools
205 self._ExecuteCommand(build_super_image, new_misc_info_path,
220 self._ExecuteCommand(avbtool, "make_vbmeta_image",
282 self._ExecuteCommand(mk_combined_img,
Dutils.py786 def _ExecuteCommand(cmd, args): function
840 _ExecuteCommand(constants.SSH_BIN, ssh_tunnel_args_list)
848 _ExecuteCommand(constants.ADB_BIN, adb_connect_args.split())
Dutils_test.py411 first_call_args = utils._ExecuteCommand.call_args_list[0][0]