Searched defs:inotify (Results 1 – 1 of 1) sorted by relevance
475 InotifyWatcher(int inotify, const std::string& path, int watch_mode) in InotifyWatcher()487 int inotify) { in WaitForFileInternal()555 auto inotify = inotify_init1(IN_CLOEXEC); in WaitForFile() local