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.cc80 close_notify_fd_(-1), in FdForwardTransport()
353 close_notify_fd_.reset(DupCloexec(listen_fd_)); in ReceiveFdsFromSocket()
354 SendAcceptMessage(close_notify_fd_); in ReceiveFdsFromSocket()
425 if (close_notify_fd_ >= 0) { in CloseFdsLocked()
426 SendClosingMessage(close_notify_fd_); in CloseFdsLocked()
428 close_notify_fd_.reset(); in CloseFdsLocked()
431 close_notify_fd_.reset(); in CloseFdsLocked()
Ddt_fd_forward.h140 android::base::unique_fd close_notify_fd_; variable