Searched refs:inotify_ (Results 1 – 1 of 1) sorted by relevance
615 : inotify_(inotify) { in InotifyWatcher()616 watch_ = inotify_add_watch(inotify_, path.c_str(), watch_mode); in InotifyWatcher()618 virtual ~InotifyWatcher() { inotify_rm_watch(inotify_, watch_); } in ~InotifyWatcher()621 int inotify_; member in cuttlefish::InotifyWatcher