Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsync_watch.cpp93 auto syncWatch = static_cast<SyncWatch*>(userdata); in callback() local
103 if (fs::exists(syncWatch->fileMap[event->wd], ec)) in callback()
105 syncWatch->addInotifyWatch(syncWatch->fileMap[event->wd]); in callback()
110 syncWatch->fileMap[event->wd]); in callback()
116 auto rc = syncWatch->syncCallback(static_cast<int>(event->mask), in callback()
117 syncWatch->fileMap[event->wd]); in callback()