Searched refs:connection_fd (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/lldb-server/ |
D | lldb-gdbserver.cpp | 197 int connection_fd) { in ConnectToRemote() argument 201 if (connection_fd != -1) { in ConnectToRemote() 204 snprintf(connection_url, sizeof(connection_url), "fd://%d", connection_fd); in ConnectToRemote() 208 ::fcntl(connection_fd, F_SETFD, FD_CLOEXEC); in ConnectToRemote() 396 int connection_fd = -1; in main_gdbserver() local 462 if (!llvm::to_integer(Args.getLastArgValue(OPT_fd), connection_fd)) { in main_gdbserver() 481 if (Inputs.empty() && connection_fd == -1) { in main_gdbserver() 512 unnamed_pipe, connection_fd); in main_gdbserver()
|
/external/crosvm/power_monitor/src/powerd/ |
D | mod.rs | 98 connection_fd: RawFd, field 128 connection_fd: fds[0], in connect() 141 self.connection_fd, in read_message() 203 self.connection_fd in poll_fd()
|
/external/adhd/cras/src/server/ |
D | cras_server.c | 221 int connection_fd; in handle_new_connection() local 232 connection_fd = accept(server_socket->fd, in handle_new_connection() 235 if (connection_fd < 0) { in handle_new_connection() 253 cras_make_fd_nonblocking(connection_fd); in handle_new_connection() 255 poll_client->fd = connection_fd; in handle_new_connection() 261 connection_fd, poll_client->id, server_socket->type); in handle_new_connection() 274 close(connection_fd); in handle_new_connection()
|
/external/libchrome/mojo/public/cpp/platform/ |
D | socket_utils_posix.cc | 171 base::ScopedFD* connection_fd, in AcceptSocketConnection() argument 174 connection_fd->reset(); in AcceptSocketConnection() 189 *connection_fd = std::move(accepted_handle); in AcceptSocketConnection()
|
D | socket_utils_posix.h | 75 base::ScopedFD* connection_fd,
|