Searched defs:ExecuteShellCommand (Results 1 – 5 of 5) sorted by relevance
/test/vts/utils/python/common/ | ||
D | cmd_utils.py | 131 def ExecuteShellCommand(cmd): function |
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/ | ||
D | check_setup_cleanup.py | 217 def ExecuteShellCommand(self, cmd): member in CheckSetupCleanup |
/test/vts/agents/hal/ | ||
D | SocketClientToDriver.cpp | 148 VtsDriverSocketClient::ExecuteShellCommand( in ExecuteShellCommand() function in android::vts::VtsDriverSocketClient |
D | AgentRequestHandler.cpp | 386 bool AgentRequestHandler::ExecuteShellCommand( function in android::vts::AgentRequestHandler |
/test/vts/runners/host/tcp_client/ | ||
D | vts_tcp_client.py | 408 def ExecuteShellCommand(self, command, no_except=False): member in VtsTcpClient |