Searched refs:pevent (Results 1 – 1 of 1) sorted by relevance
115 struct inotify_event* pevent = reinterpret_cast<struct inotify_event*>(buf.data() + offset); in inotify_cb() local116 if (offset + sizeof(inotify_event) + pevent->len > event_len) { in inotify_cb()121 offset += sizeof(inotify_event) + pevent->len; in inotify_cb()123 std::string event_name(pevent->name, pevent->len); in inotify_cb()