Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Devents.cpp115 struct inotify_event* pevent = reinterpret_cast<struct inotify_event*>(buf.data() + offset); in inotify_cb() local
116 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()