HomeSort by relevance Sort by last modified time
    Searched refs:ExecuteShellCommand (Results 1 - 17 of 17) sorted by null

  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
loop_device_support.py 26 return not self.ExecuteShellCommand("ls /dev/loop-control")[const.EXIT_CODE][0]
directory_exists.py 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])
path_permission.py 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])
bin_in_path.py 62 results = self.ExecuteShellCommand(commands)[const.EXIT_CODE]
  /test/vts/agents/hal/
SocketClientToDriver.h 67 unique_ptr<VtsDriverControlResponseMessage> ExecuteShellCommand(
AgentRequestHandler.h 76 bool ExecuteShellCommand(
AgentRequestHandler.cpp 381 bool AgentRequestHandler::ExecuteShellCommand(
394 client->ExecuteShellCommand(command_message.shell_command());
402 LOG(ERROR) << "ExecuteShellCommand: failed to call the api";
416 LOG(DEBUG) << "ExecuteShellCommand: shell driver reported success";
420 LOG(ERROR) << "ExecuteShellCommand: shell driver reported fail";
424 LOG(ERROR) << "ExecuteShellCommand: shell driver reported unknown";
465 ExecuteShellCommand(command_msg);
SocketClientToDriver.cpp 145 VtsDriverSocketClient::ExecuteShellCommand(
  /test/vts/testcases/template/host_binary_test/
host_binary_test.py 53 cmd_result = cmd_utils.ExecuteShellCommand(binary_path)
  /test/vts/utils/python/common/
cmd_utils.py 108 def ExecuteShellCommand(cmd):
  /test/vts/utils/python/mirror/
shell_mirror.py 62 result = self._client.ExecuteShellCommand(command, no_except)
  /test/framework/harnesses/host_controller/acloud/
acloud_client.py 183 results = cmd_utils.ExecuteShellCommand(cmd)
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
check_setup_cleanup.py 35 ExecuteShellCommand method
217 def ExecuteShellCommand(self, cmd):
  /test/vts/utils/python/profiling/
profiling_utils.py 142 results = cmd_utils.ExecuteShellCommand(file_cmd)
218 results = cmd_utils.ExecuteShellCommand(trace_processor_cmd)
  /test/vts/utils/python/coverage/
coverage_utils.py 311 results = cmd_utils.ExecuteShellCommand(
663 results = cmd_utils.ExecuteShellCommand("adb -s %s shell %s" %
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 361 def ExecuteShellCommand(self, command, no_except=False):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h     [all...]

Completed in 382 milliseconds