Searched refs:EVSIZE (Results 1 – 1 of 1) sorted by relevance
103 constexpr int32_t EVSIZE = static_cast<int32_t>(sizeof(inotify_event)); in OnEvent() local110 if (res < EVSIZE) { in OnEvent()118 for (int32_t pos = 0; res > EVSIZE;) { in OnEvent()128 int32_t consumed = EVSIZE + event.len; in OnEvent()