Home
last modified time | relevance | path

Searched refs:ExecuteShellCommand (Results 1 – 15 of 15) 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.py29 result = self._client.ExecuteShellCommand(command)
/test/vts/agents/hal/
DAgentRequestHandler.cpp447 bool AgentRequestHandler::ExecuteShellCommand( function in android::vts::AgentRequestHandler
460 VtsDriverControlResponseMessage* result_message = client->ExecuteShellCommand(
535 ExecuteShellCommand(command_msg);
DSocketClientToDriver.h70 VtsDriverControlResponseMessage* ExecuteShellCommand(
DAgentRequestHandler.h83 bool ExecuteShellCommand(
DSocketClientToDriver.cpp184 VtsDriverControlResponseMessage* VtsDriverSocketClient::ExecuteShellCommand( in ExecuteShellCommand() function in android::vts::VtsDriverSocketClient
/test/vts/testcases/template/host_binary_test/
Dhost_binary_test.py53 cmd_result = cmd_utils.ExecuteShellCommand(binary_path)
/test/vts/utils/python/profiling/
Dprofiling_utils.py138 results = cmd_utils.ExecuteShellCommand(file_cmd)
209 results = cmd_utils.ExecuteShellCommand(trace_processor_cmd)
/test/vts/utils/python/common/
Dcmd_utils.py57 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-testcase/kernel/ltp/
Denvironment_requirement_checker.py166 cmd_results = cmd_utils.ExecuteShellCommand(executable_exists_commands)
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py309 def ExecuteShellCommand(self, command): member in VtsTcpClient