Searched refs:INOTIFY_MAX_EVENT_SIZE (Results 1 – 1 of 1) sorted by relevance
34 #define INOTIFY_MAX_EVENT_SIZE (sizeof(struct inotify_event) + NAME_MAX + 1) macro37 char event_readout[INOTIFY_MAX_EVENT_SIZE]; in GetFileListFromInotifyFd()43 int event_read_out_length = read(fd, event_readout, INOTIFY_MAX_EVENT_SIZE); in GetFileListFromInotifyFd()