Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/
DMonitorFfs.cpp53 unique_fd inotifyFd(inotify_init()); in MonitorFfs() local
54 if (inotifyFd < 0) { in MonitorFfs()
59 if (addEpollFd(epollFd, inotifyFd) == -1) in MonitorFfs()
66 mInotifyFd = move(inotifyFd); in MonitorFfs()