Home
last modified time | relevance | path

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

/external/chromium/base/
Ddirectory_watcher_inotify.cc50 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()
/external/bluetooth/glib/gio/inotify/
Dinotify-kernel.c104 #define AVERAGE_EVENT_SIZE sizeof (struct inotify_event) + 16
235 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()
/external/chromium/net/proxy/
Dproxy_config_service_linux.cc740 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()
/external/kernel-headers/original/linux/
Dinotify.h18 struct inotify_event { struct