Searched refs:UniqueFd (Results 1 – 4 of 4) sorted by relevance
24 class UniqueFd {26 UniqueFd() = default;27 UniqueFd(int fd) : fd_(fd) { in UniqueFd() function29 UniqueFd(UniqueFd &&rhs) { in UniqueFd() function34 UniqueFd &operator=(UniqueFd &&rhs) {39 ~UniqueFd() { in ~UniqueFd()
75 UniqueFd epoll_fd_;76 UniqueFd uevent_fd_;77 UniqueFd tuievent_fd_;
92 UniqueFd fd_;
516 UniqueFd fd = open(kLocalHbmModeFileNode, O_RDONLY); in checkLhbmMode()