Searched refs:ExecuteShellCommand (Results 1 – 15 of 15) 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]
29 result = self._client.ExecuteShellCommand(command)
447 bool AgentRequestHandler::ExecuteShellCommand( function in android::vts::AgentRequestHandler460 VtsDriverControlResponseMessage* result_message = client->ExecuteShellCommand(535 ExecuteShellCommand(command_msg);
70 VtsDriverControlResponseMessage* ExecuteShellCommand(
83 bool ExecuteShellCommand(
184 VtsDriverControlResponseMessage* VtsDriverSocketClient::ExecuteShellCommand( in ExecuteShellCommand() function in android::vts::VtsDriverSocketClient
53 cmd_result = cmd_utils.ExecuteShellCommand(binary_path)
138 results = cmd_utils.ExecuteShellCommand(file_cmd)209 results = cmd_utils.ExecuteShellCommand(trace_processor_cmd)
57 def ExecuteShellCommand(cmd): function
217 def ExecuteShellCommand(self, cmd): member in CheckSetupCleanup
166 cmd_results = cmd_utils.ExecuteShellCommand(executable_exists_commands)
309 def ExecuteShellCommand(self, command): member in VtsTcpClient