Searched refs:event_buf (Results 1 – 3 of 3) sorted by relevance
57 char event_buf[512]; in android_os_fileobserver_observe() local63 int num_bytes = read(fd, event_buf, sizeof(event_buf)); in android_os_fileobserver_observe()77 event = (struct inotify_event *)(event_buf + event_pos); in android_os_fileobserver_observe()
162 char event_buf[512]; in inotify_thread() local167 int count = read(inotify_fd, event_buf, sizeof(event_buf)); in inotify_thread()175 event = (struct inotify_event *)(event_buf + event_pos); in inotify_thread()
1550 char event_buf[512]; in readNotifyLocked() local1556 res = read(mINotifyFd, event_buf, sizeof(event_buf)); in readNotifyLocked()1570 event = (struct inotify_event *)(event_buf + event_pos); in readNotifyLocked()