Searched refs:ExecuteShellCommand (Results 1 – 14 of 14) 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("losetup -f")[const.EXIT_CODE][0]
62 results = self.ExecuteShellCommand(commands)[const.EXIT_CODE]
52 return self._client.ExecuteShellCommand(command, no_except)
53 cmd_result = cmd_utils.ExecuteShellCommand(binary_path)
57 def ExecuteShellCommand(cmd): function
67 unique_ptr<VtsDriverControlResponseMessage> ExecuteShellCommand(
83 bool ExecuteShellCommand(
403 bool AgentRequestHandler::ExecuteShellCommand( function in android::vts::AgentRequestHandler417 client->ExecuteShellCommand(command_message.shell_command());489 ExecuteShellCommand(command_msg);
176 VtsDriverSocketClient::ExecuteShellCommand( in ExecuteShellCommand() function in android::vts::VtsDriverSocketClient
217 def ExecuteShellCommand(self, cmd): member in CheckSetupCleanup
142 results = cmd_utils.ExecuteShellCommand(file_cmd)213 results = cmd_utils.ExecuteShellCommand(trace_processor_cmd)
333 def ExecuteShellCommand(self, command, no_except=False): member in VtsTcpClient