Searched refs:ExecuteShellCommand (Results 1 – 17 of 17) 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)
76 unique_ptr<VtsDriverControlResponseMessage> ExecuteShellCommand(
76 bool ExecuteShellCommand(
386 bool AgentRequestHandler::ExecuteShellCommand( function in android::vts::AgentRequestHandler399 client->ExecuteShellCommand(command_message.shell_command());571 ExecuteShellCommand(command_msg);
148 VtsDriverSocketClient::ExecuteShellCommand( in ExecuteShellCommand() function in android::vts::VtsDriverSocketClient
80 result = self._client.ExecuteShellCommand(command, no_except)
131 def ExecuteShellCommand(cmd): function
217 def ExecuteShellCommand(self, cmd): member in CheckSetupCleanup
176 results = cmd_utils.ExecuteShellCommand(file_cmd)258 results = cmd_utils.ExecuteShellCommand(trace_processor_cmd)
183 results = cmd_utils.ExecuteShellCommand(cmd)
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)