Home
last modified time | relevance | path

Searched refs:ExecuteShellCommand (Results 1 – 14 of 14) 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("losetup -f")[const.EXIT_CODE][0]
Dbin_in_path.py62 results = self.ExecuteShellCommand(commands)[const.EXIT_CODE]
/test/vts/utils/python/mirror/
Dshell_mirror_object.py52 return self._client.ExecuteShellCommand(command, no_except)
/test/vts/testcases/template/host_binary_test/
Dhost_binary_test.py53 cmd_result = cmd_utils.ExecuteShellCommand(binary_path)
/test/vts/utils/python/common/
Dcmd_utils.py57 def ExecuteShellCommand(cmd): function
/test/vts/agents/hal/
DSocketClientToDriver.h67 unique_ptr<VtsDriverControlResponseMessage> ExecuteShellCommand(
DAgentRequestHandler.h83 bool ExecuteShellCommand(
DAgentRequestHandler.cpp403 bool AgentRequestHandler::ExecuteShellCommand( function in android::vts::AgentRequestHandler
417 client->ExecuteShellCommand(command_message.shell_command());
489 ExecuteShellCommand(command_msg);
DSocketClientToDriver.cpp176 VtsDriverSocketClient::ExecuteShellCommand( in ExecuteShellCommand() function in android::vts::VtsDriverSocketClient
/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.py142 results = cmd_utils.ExecuteShellCommand(file_cmd)
213 results = cmd_utils.ExecuteShellCommand(trace_processor_cmd)
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py333 def ExecuteShellCommand(self, command, no_except=False): member in VtsTcpClient