Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dgetevent.cpp105 static int read_notify(const char* dirname, int nfd) { in read_notify() argument
114 res = read(nfd, event_buf, sizeof(event_buf)); in read_notify()
/system/core/toolbox/
Dgetevent.c432 static int read_notify(const char *dirname, int nfd, int print_flags) in read_notify() argument
442 res = read(nfd, event_buf, sizeof(event_buf)); in read_notify()
/system/core/sdcard/
Dsdcard.c1721 int nfd = inotify_init(); in watch_package_list() local
1722 if (nfd < 0) { in watch_package_list()
1730 int res = inotify_add_watch(nfd, PACKAGES_LIST_FILE, IN_DELETE_SELF); in watch_package_list()
1753 int res = read(nfd, event_buf, sizeof(event_buf)); in watch_package_list()