Searched refs:ifd (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.c428 int ifd = inotify_init(); local
429 if (ifd < 0) {
434 int wfd = inotify_add_watch(ifd, traces_path, IN_CLOSE_WRITE);
476 struct pollfd pfd = { ifd, POLLIN, 0 };
484 read(ifd, &ie, sizeof(ie));
513 close(ifd);

Completed in 30 milliseconds