Searched refs:EVENT_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/selinux/policycoreutils/restorecond/
H A Duser.c105 #define EVENT_SIZE (sizeof (struct inotify_event)) macro
107 #define BUF_LEN (1024 * (EVENT_SIZE + 16))
142 i += EVENT_SIZE + event->len;
H A Dwatch.c24 #define EVENT_SIZE (sizeof (struct inotify_event)) macro
26 #define BUF_LEN (1024 * (EVENT_SIZE + 16))
208 i += EVENT_SIZE + event->len;

Completed in 76 milliseconds