Searched refs:connection_fd (Results 1 – 2 of 2) sorted by relevance
151 int VtsShellDriver::HandleShellCommandConnection(int connection_fd) { in HandleShellCommandConnection() argument152 VtsDriverCommUtil driverUtil(connection_fd); in HandleShellCommandConnection()209 int socket_fd, connection_fd; in StartListen() local240 connection_fd = in StartListen()242 if (connection_fd == -1) { in StartListen()251 if (HandleShellCommandConnection(connection_fd) != 0) { in StartListen()253 close(connection_fd); in StartListen()256 close(connection_fd); in StartListen()259 close(connection_fd); in StartListen()
69 int HandleShellCommandConnection(int connection_fd);