Home
last modified time | relevance | path

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

/external/toybox/lib/
Dportability.h354 int xnotify_add(struct xnotify *not, int fd, char *path);
Dportability.c207 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add() function
254 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add() function
/external/toybox/toys/posix/
Dtail.c136 if (xnotify_add(TT.not, fd, s)) perror_exit("-f on '%s' failed", s); in do_tail()