Searched refs:borrowed_fd (Results 1 – 1 of 1) sorted by relevance
312 struct borrowed_fd { struct313 /* implicit */ borrowed_fd(int fd) : fd_(fd) {} // NOLINT in borrowed_fd() argument315 /* implicit */ borrowed_fd(const unique_fd_impl<T>& ufd) in borrowed_fd() function