Home
last modified time | relevance | path

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

/frameworks/base/libs/usb/tests/accessorytest/
Dhid.c158 int inotify_fd = inotify_init(); in inotify_thread() local
159 inotify_add_watch(inotify_fd, "/dev", IN_DELETE | IN_CREATE); in inotify_thread()
167 int count = read(inotify_fd, event_buf, sizeof(event_buf)); in inotify_thread()
194 close(inotify_fd); in inotify_thread()