Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp108 static constexpr const size_t iEventSize = sizeof(inotify_event); variable
127 while ((index + iEventSize) <= bytesTransferred) in onINotify()
134 (index + iEventSize + event.len > bytesTransferred)) in onINotify()
136 index += (iEventSize + event.len); in onINotify()
140 std::string fileName(&readBuffer[index + iEventSize]); in onINotify()
143 index += (iEventSize + event.len); in onINotify()
192 index += (iEventSize + event.len); in onINotify()