Searched defs:inotify_event (Results 1 - 2 of 2) sorted by relevance

/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/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;

Completed in 139 milliseconds