Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp477 watch_ = inotify_add_watch(inotify_, path.c_str(), watch_mode); in InotifyWatcher()
479 virtual ~InotifyWatcher() { inotify_rm_watch(inotify_, watch_); } in ~InotifyWatcher()
483 int watch_; member in cuttlefish::InotifyWatcher