Searched refs:mWatchFd (Results 1 – 2 of 2) sorted by relevance
30 : mWatchFd(), in MonitorFfs()230 for (std::vector<int>::size_type i = 0; i != mWatchFd.size(); i++) in reset()231 inotify_rm_watch(mInotifyFd, mWatchFd[i]); in reset()274 mWatchFd.push_back(wfd); in addInotifyFd()
108 vector<int> mWatchFd; variable