Searched refs:ExecuteShellCommand (Results 1 – 12 of 12) sorted by relevance
63 results = self.ExecuteShellCommand(commands)[const.EXIT_CODE]78 return not any(self.ExecuteShellCommand(commands)[const.EXIT_CODE])82 return not any(self.ExecuteShellCommand(commands)[const.EXIT_CODE])
67 results = self.ExecuteShellCommand(commands)[const.STDOUT]87 return not any(self.ExecuteShellCommand(commands)[const.EXIT_CODE])92 return not any(self.ExecuteShellCommand(commands)[const.EXIT_CODE])
26 return not self.ExecuteShellCommand("ls /dev/loop-control")[const.EXIT_CODE][0]
62 results = self.ExecuteShellCommand(commands)[const.EXIT_CODE]
53 cmd_result = cmd_utils.ExecuteShellCommand(binary_path)
80 result = self._client.ExecuteShellCommand(command, no_except)
131 def ExecuteShellCommand(cmd): function
176 results = cmd_utils.ExecuteShellCommand(file_cmd)258 results = cmd_utils.ExecuteShellCommand(trace_processor_cmd)
217 def ExecuteShellCommand(self, cmd): member in CheckSetupCleanup
339 results = cmd_utils.ExecuteShellCommand(691 results = cmd_utils.ExecuteShellCommand("adb -s %s shell %s" %
408 def ExecuteShellCommand(self, command, no_except=False): member in VtsTcpClient
1252 results = cmd_utils.ExecuteShellCommand(cmd)