Searched refs:InotifyWatcher (Results 1 – 1 of 1) sorted by relevance
612 class InotifyWatcher { class614 InotifyWatcher(int inotify, const std::string& path, int watch_mode) in InotifyWatcher() function in cuttlefish::InotifyWatcher618 virtual ~InotifyWatcher() { inotify_rm_watch(inotify_, watch_); } in ~InotifyWatcher()642 auto watcher = InotifyWatcher(inotify, parentPath.c_str(), IN_CREATE); in WaitForFileInternal()