Searched refs:fileWatchDesc (Results 1 – 2 of 2) sorted by relevance
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()[all …]
20 int fileWatchDesc = -1; member in redfish::FilesystemLogWatcher