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

/system/core/sdcard/
H A Dsdcard.cpp113 int nfd = inotify_init(); local
114 if (nfd == -1) {
122 int res = inotify_add_watch(nfd, PACKAGES_LIST_FILE, IN_DELETE_SELF);
145 ssize_t res = TEMP_FAILURE_RETRY(read(nfd, event_buf, sizeof(event_buf)));
/system/core/toolbox/
H A Dgetevent.c431 static int read_notify(const char *dirname, int nfd, int print_flags) argument
441 res = read(nfd, event_buf, sizeof(event_buf));

Completed in 54 milliseconds