Home
last modified time | relevance | path

Searched refs:close_notify_fd_ (Results 1 – 2 of 2) sorted by relevance

/art/dt_fd_forward/
Ddt_fd_forward.cc82 close_notify_fd_(-1), in FdForwardTransport()
360 close_notify_fd_.reset(DupCloexec(listen_fd_)); in ReceiveFdsFromSocket()
361 SendAcceptMessage(close_notify_fd_); in ReceiveFdsFromSocket()
413 SendHandshakeCompleteMessage(close_notify_fd_); in Accept()
434 if (close_notify_fd_ >= 0) { in CloseFdsLocked()
435 SendClosingMessage(close_notify_fd_); in CloseFdsLocked()
437 close_notify_fd_.reset(); in CloseFdsLocked()
440 close_notify_fd_.reset(); in CloseFdsLocked()
Ddt_fd_forward.h140 android::base::unique_fd close_notify_fd_; variable