Lines Matching refs:fileWatchDesc
151 if (fileWatchDesc != -1) in onINotify()
158 fileWatchDesc); in onINotify()
159 fileWatchDesc = -1; in onINotify()
162 fileWatchDesc = in onINotify()
165 if (fileWatchDesc == -1) in onINotify()
177 if (fileWatchDesc != -1) in onINotify()
180 fileWatchDesc); in onINotify()
181 fileWatchDesc = -1; in onINotify()
185 else if (event.wd == fileWatchDesc) in onINotify()
236 fileWatchDesc = inotify_add_watch(inotifyConn.native_handle(), in FilesystemLogWatcher()
238 if (fileWatchDesc < 0) in FilesystemLogWatcher()