Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp151 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 …]
/openbmc/bmcweb/redfish-core/include/
H A Dfilesystem_log_watcher.hpp20 int fileWatchDesc = -1; member in redfish::FilesystemLogWatcher