Searched refs:inotify_event (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
H A Dflexible-array-test.cpp24 struct inotify_event struct
36 inotify_event event;
37 inotify_event* ptr = &event;
38 inotify_event event1 = *ptr;
40 QMap<int, inotify_event> eventForId;
/external/toybox/toys/other/
H A Dinotifyd.c74 struct inotify_event *event;
87 size = sizeof(struct inotify_event);
/external/selinux/policycoreutils/restorecond/
H A Duser.c105 #define EVENT_SIZE (sizeof (struct inotify_event))
133 struct inotify_event *event;
134 event = (struct inotify_event *)&buffer[i];
H A Dwatch.c24 #define EVENT_SIZE (sizeof (struct inotify_event))
183 struct inotify_event *event;
184 event = (struct inotify_event *)&buf[i];
/external/kernel-headers/original/uapi/linux/
H A Dinotify.h15 * struct inotify_event - structure read from the inotify device for each event
20 struct inotify_event { struct
/external/iproute2/ip/
H A Dipnetns.c251 struct inotify_event *event;
271 for (event = (struct inotify_event *)buf;
273 event = (struct inotify_event *)((char *)event + sizeof(*event) + event->len)) {

Completed in 185 milliseconds