Home
last modified time | relevance | path

Searched defs:command (Results 1 – 9 of 9) sorted by relevance

/test/vts/drivers/shell/
DShellDriver.cpp54 CommandResult* VtsShellDriver::ExecShellCommandPopen(const string& command) { in ExecShellCommandPopen()
96 CommandResult* VtsShellDriver::ExecShellCommandNohup(const string& command) { in ExecShellCommandNohup()
129 const string& command, VtsDriverControlResponseMessage* responseMessage) { in ExecShellCommand()
168 for (const auto& command : cmd_msg.shell_command()) { in HandleShellCommandConnection() local
DShellDriverTest.cpp49 static string vts_shell_driver_test_client_start(const string& command, in vts_shell_driver_test_client_start()
125 static string test_shell_command_output(const string& command, in test_shell_command_output()
/test/vts/utils/python/common/
Dcmd_utils.py24 def RunCommand(command): argument
/test/vts/utils/python/mirror/
Dshell_mirror_object.py28 def Execute(self, command): argument
/test/vts-testcase/kernel/ltp/
Dtest_case.py45 def __init__(self, testsuite, testname, command): argument
94 def InternalAddLtpPathToCommand(self, command): argument
/test/vts/utils/python/controllers/
Dandroid.py104 def _cmd(self, command, uid=None): argument
Dsl4a_client.py216 def _cmd(self, command, uid=None): argument
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py309 def ExecuteShellCommand(self, command): argument
/test/vts/runners/target/gtest/
Dgtest_main.cpp244 std::string command; in EnumerateTests() local