Home
last modified time | relevance | path

Searched refs:BUFF_LEN (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1206 static constexpr int BUFF_LEN (10 * (sizeof(struct inotify_event) + NAME_MAX + 1)); in doThreadLoop() local
1219 char buff[BUFF_LEN] __attribute__ ((aligned(__alignof__(struct inotify_event))));; in doThreadLoop()
1220 ssize_t length = read(mInotifyFd, buff, BUFF_LEN); in doThreadLoop()