Searched defs:inotify (Results 1 – 1 of 1) sorted by relevance
619 InotifyWatcher(int inotify, const std::string& path, int watch_mode) in InotifyWatcher()631 int inotify) { in WaitForFileInternal()699 android::base::unique_fd inotify(inotify_init1(IN_CLOEXEC)); in WaitForFile() local