Searched refs:inotifyFd (Results 1 – 3 of 3) sorted by relevance
36 static bool AddInotifyEvents(const int &inotifyFd, const ContextSptr &context);
134 bool MtpFileObserver::AddInotifyEvents(const int &inotifyFd, const ContextSptr &context) in AddInotifyEvents() argument138 int ret = read(inotifyFd, eventBuf, sizeof(eventBuf) - SIZE_ONE); in AddInotifyEvents()
611 int inotifyFd = 1; variable612 ret = MtpFileObserver::AddInotifyEvents(inotifyFd, context);