Searched refs:event_buf (Results 1 – 2 of 2) sorted by relevance
55 char event_buf[512]; in android_os_fileobserver_observe() local61 int num_bytes = read(fd, event_buf, sizeof(event_buf)); in android_os_fileobserver_observe()75 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()