Searched refs:BUFF_LEN (Results 1 – 1 of 1) sorted by relevance
1206 static constexpr int BUFF_LEN (10 * (sizeof(struct inotify_event) + NAME_MAX + 1)); in doThreadLoop() local1219 char buff[BUFF_LEN] __attribute__ ((aligned(__alignof__(struct inotify_event))));; in doThreadLoop()1220 ssize_t length = read(mInotifyFd, buff, BUFF_LEN); in doThreadLoop()