HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_SIZE (Results 1 - 14 of 14) sorted by null

  /external/ltp/testcases/kernel/syscalls/inotify/
inotify05.c 49 #define EVENT_SIZE (sizeof(struct inotify_event))
50 #define EVENT_BUF_LEN (EVENT_SIZE * 16)
134 if ((int)(i + EVENT_SIZE) != len) {
147 i += EVENT_SIZE + event->len;
inotify01.c 50 #define EVENT_SIZE (sizeof (struct inotify_event))
52 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
175 i += EVENT_SIZE + event->len;
inotify03.c 57 #define EVENT_SIZE (sizeof(struct inotify_event))
59 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
146 i += EVENT_SIZE + event->len;
inotify04.c 59 #define EVENT_SIZE (sizeof(struct inotify_event))
61 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
252 i += EVENT_SIZE + event->len;
inotify02.c 56 #define EVENT_SIZE (sizeof (struct inotify_event))
58 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
248 i += EVENT_SIZE + event->len;
  /external/selinux/restorecond/
user.c 105 #define EVENT_SIZE (sizeof (struct inotify_event))
107 #define BUF_LEN (1024 * (EVENT_SIZE + 16))
142 i += EVENT_SIZE + event->len;
watch.c 24 #define EVENT_SIZE (sizeof (struct inotify_event))
26 #define BUF_LEN (1024 * (EVENT_SIZE + 16))
213 i += EVENT_SIZE + event->len;
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify02.c 46 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
48 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
fanotify03.c 50 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
52 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
fanotify04.c 47 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
49 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
fanotify06.c 56 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
58 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
fanotify01.c 46 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
48 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 30 #define EVENT_SIZE (sizeof(struct inotify_event))
31 #define EVENT_BUF_LEN (1024*(EVENT_SIZE+16))
210 i += EVENT_SIZE + event->len;
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp 30 #define EVENT_SIZE (sizeof(struct inotify_event))
31 #define EVENT_BUF_LEN (1024 * (EVENT_SIZE + 16))
194 i += EVENT_SIZE + event->len;

Completed in 153 milliseconds