Home
last modified time | relevance | path

Searched defs:inotify (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp619 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