Searched refs:nfds (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ |
D | ftw.cpp | 33 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/ |
D | SECCOMP_ALLOWLIST_APP.TXT | 36 int poll:poll(struct pollfd *fds, nfds_t nfds, int timeout) lp32
|