Searched refs:inotify_event (Results 1 – 4 of 4) sorted by relevance
50 void OnInotifyEvent(const inotify_event* event);94 void OnInotifyEvent(const inotify_event* event);241 inotify_event* event = reinterpret_cast<inotify_event*>(&buffer[i]); in Run()242 size_t event_size = sizeof(inotify_event) + event->len; in Run()332 void InotifyReader::OnInotifyEvent(const inotify_event* event) { in OnInotifyEvent()372 void DirectoryWatcherImpl::OnInotifyEvent(const inotify_event* event) { in OnInotifyEvent()
104 #define AVERAGE_EVENT_SIZE sizeof (struct inotify_event) + 16235 struct inotify_event *kevent = (struct inotify_event *)buffer; in ik_event_new()453 struct inotify_event *event; in ik_read_callback()455 event = (struct inotify_event *)&buffer[buffer_i]; in ik_read_callback()456 event_size = sizeof(struct inotify_event) + event->len; in ik_read_callback()
740 char event_buf[(sizeof(inotify_event) + NAME_MAX + 1) * 4]; in OnChangeNotification()748 inotify_event* event = reinterpret_cast<inotify_event*>(event_ptr); in OnChangeNotification()750 CHECK(event_ptr + sizeof(inotify_event) <= event_buf + r); in OnChangeNotification()
18 struct inotify_event { struct