| D | dmlib.py | 449 HdcHelper.execute_shell_command(self.device, "ls %s" % remote, 531 HdcHelper.execute_shell_command( 776 HdcHelper.execute_shell_command(device, cmd, INSTALL_TIMEOUT, receiver) 790 HdcHelper.execute_shell_command(device, "rm %s " % remote_file_path) 798 HdcHelper.execute_shell_command(device, command, INSTALL_TIMEOUT, 812 def execute_shell_command(device, command, timeout=DEFAULT_TIMEOUT, member in HdcHelper
|