Home
last modified time | relevance | path

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

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