Home
last modified time | relevance | path

Searched refs:InotifyWatcher (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp612 class InotifyWatcher { class
614 InotifyWatcher(int inotify, const std::string& path, int watch_mode) in InotifyWatcher() function in cuttlefish::InotifyWatcher
618 virtual ~InotifyWatcher() { inotify_rm_watch(inotify_, watch_); } in ~InotifyWatcher()
642 auto watcher = InotifyWatcher(inotify, parentPath.c_str(), IN_CREATE); in WaitForFileInternal()