Home
last modified time | relevance | path

Searched refs:inotifyFd (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsync_watch.cpp26 inotify_add_watch(inotifyFd, path.c_str(), IN_CLOSE_WRITE | IN_DELETE); in addInotifyWatch()
39 inotifyFd(-1), syncCallback(std::move(syncCallback)) in SyncWatch()
47 inotifyFd = fd; in SyncWatch()
71 if (inotifyFd != -1) in ~SyncWatch()
73 close(inotifyFd); in ~SyncWatch()
H A Dsync_watch.hpp66 fd inotifyFd; member in phosphor::software::manager::SyncWatch
/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp210 int inotifyFd = inotify_init1(IN_NONBLOCK); in FilesystemLogWatcher() local
211 if (inotifyFd < 0) in FilesystemLogWatcher()
217 inotifyConn.assign(inotifyFd, ec); in FilesystemLogWatcher()