Home
last modified time | relevance | path

Searched refs:nfds (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dftw.cpp33 int nfds, in do_nftw() argument
36 if (nfds < 1) { in do_nftw()
118 int ftw(const char* path, int (*ftw_fn)(const char*, const struct stat*, int), int nfds) { in ftw() argument
119 return do_nftw(path, ftw_fn, nullptr, nfds, 0); in ftw()
123 int nfds, int nftw_flags) { in nftw() argument
124 return do_nftw(path, nullptr, nftw_fn, nfds, nftw_flags); in nftw()
/bionic/libc/
DSECCOMP_ALLOWLIST_APP.TXT36 int poll:poll(struct pollfd *fds, nfds_t nfds, int timeout) lp32