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