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

  /test/vts/utils/python/mirror/
shell_mirror_object.py 29 result = self._client.ExecuteShellCommand(command)
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
loop_device_support.py 26 return not self.ExecuteShellCommand("losetup -f")[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 70 VtsDriverControlResponseMessage* ExecuteShellCommand(
AgentRequestHandler.h 83 bool ExecuteShellCommand(
AgentRequestHandler.cpp 447 bool AgentRequestHandler::ExecuteShellCommand(
460 VtsDriverControlResponseMessage* result_message = client->ExecuteShellCommand(
466 cout << "ExecuteShellCommand: failed to call the api" << endl;
485 cout << "ExecuteShellCommand: shell driver reported success" << endl;
489 cout << "ExecuteShellCommand: shell driver reported fail" << endl;
493 cout << "ExecuteShellCommand: shell driver reported unknown" << endl;
535 ExecuteShellCommand(command_msg);
SocketClientToDriver.cpp 184 VtsDriverControlResponseMessage* VtsDriverSocketClient::ExecuteShellCommand(
  /test/vts/utils/python/common/
cmd_utils.py 57 def ExecuteShellCommand(cmd):
  /test/vts/testcases/template/host_binary_test/
host_binary_test.py 53 cmd_result = cmd_utils.ExecuteShellCommand(binary_path)
  /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 138 results = cmd_utils.ExecuteShellCommand(file_cmd)
209 results = cmd_utils.ExecuteShellCommand(trace_processor_cmd)
  /test/vts-testcase/kernel/ltp/
environment_requirement_checker.py 166 cmd_results = cmd_utils.ExecuteShellCommand(executable_exists_commands)
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 309 def ExecuteShellCommand(self, command):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h     [all...]

Completed in 1119 milliseconds