Home
last modified time | relevance | path

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

/external/toybox/lib/
Dportability.h355 int xnotify_wait(struct xnotify *not, char **path);
Dportability.c221 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait() function
267 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait() function
/external/toybox/toys/posix/
Dtail.c236 int fd = xnotify_wait(TT.not, &path), len; in tail_main()