Home
last modified time | relevance | path

Searched refs:VtsShellDriver (Results 1 – 4 of 4) sorted by relevance

/test/vts/drivers/shell/
DShellDriver.h35 class VtsShellDriver {
37 VtsShellDriver() { socket_address_.clear(); } in VtsShellDriver() function
39 explicit VtsShellDriver(const char* socket_address) in VtsShellDriver() function
42 ~VtsShellDriver() { in ~VtsShellDriver()
DShellDriver.cpp39 int VtsShellDriver::Close() { in Close()
53 CommandResult* VtsShellDriver::ExecShellCommandPopen(const string& command) { in ExecShellCommandPopen()
91 CommandResult* VtsShellDriver::ExecShellCommandNohup(const string& command) { in ExecShellCommandNohup()
137 int VtsShellDriver::ExecShellCommand( in ExecShellCommand()
151 int VtsShellDriver::HandleShellCommandConnection(int connection_fd) { in HandleShellCommandConnection()
200 int VtsShellDriver::StartListen() { in StartListen()
270 long VtsShellDriver::GetFileSize(const char* filename) { in GetFileSize()
DShellDriverMain.cpp80 android::vts::VtsShellDriver shellDriver(socket_path.c_str()); in main()
DShellDriverTest.cpp130 VtsShellDriver shellDriver(socket_address.c_str()); in test_shell_command_output()