Home
last modified time | relevance | path

Searched refs:ExecuteShellCommand (Results 1 – 17 of 17) sorted by relevance

/test/vts-testcase/kernel/ltp/shell_environment/definitions/
Ddirectory_exists.py63 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])
Dpath_permission.py67 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])
Dloop_device_support.py26 return not self.ExecuteShellCommand("ls /dev/loop-control")[const.EXIT_CODE][0]
Dbin_in_path.py62 results = self.ExecuteShellCommand(commands)[const.EXIT_CODE]
/test/vts/testcases/template/host_binary_test/
Dhost_binary_test.py53 cmd_result = cmd_utils.ExecuteShellCommand(binary_path)
/test/vts/agents/hal/
DSocketClientToDriver.h76 unique_ptr<VtsDriverControlResponseMessage> ExecuteShellCommand(
DAgentRequestHandler.h76 bool ExecuteShellCommand(
DAgentRequestHandler.cpp386 bool AgentRequestHandler::ExecuteShellCommand( function in android::vts::AgentRequestHandler
399 client->ExecuteShellCommand(command_message.shell_command());
571 ExecuteShellCommand(command_msg);
DSocketClientToDriver.cpp148 VtsDriverSocketClient::ExecuteShellCommand( in ExecuteShellCommand() function in android::vts::VtsDriverSocketClient
/test/vts/utils/python/mirror/
Dshell_mirror.py80 result = self._client.ExecuteShellCommand(command, no_except)
/test/vts/utils/python/common/
Dcmd_utils.py131 def ExecuteShellCommand(cmd): function
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py217 def ExecuteShellCommand(self, cmd): member in CheckSetupCleanup
/test/vts/utils/python/profiling/
Dprofiling_utils.py176 results = cmd_utils.ExecuteShellCommand(file_cmd)
258 results = cmd_utils.ExecuteShellCommand(trace_processor_cmd)
/test/framework/harnesses/host_controller/acloud/
Dacloud_client.py183 results = cmd_utils.ExecuteShellCommand(cmd)
/test/vts/utils/python/coverage/
Dcoverage_utils.py339 results = cmd_utils.ExecuteShellCommand(
691 results = cmd_utils.ExecuteShellCommand("adb -s %s shell %s" %
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py408 def ExecuteShellCommand(self, command, no_except=False): member in VtsTcpClient
/test/vts/runners/host/
Dbase_test.py1252 results = cmd_utils.ExecuteShellCommand(cmd)