Searched refs:VtsShellDriver (Results 1 – 4 of 4) sorted by relevance
35 class VtsShellDriver {37 VtsShellDriver() { socket_address_.clear(); } in VtsShellDriver() function39 explicit VtsShellDriver(const char* socket_address) in VtsShellDriver() function42 ~VtsShellDriver() { in ~VtsShellDriver()
39 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()
80 android::vts::VtsShellDriver shellDriver(socket_path.c_str()); in main()
130 VtsShellDriver shellDriver(socket_address.c_str()); in test_shell_command_output()