Searched refs:nopenfd (Results 1 – 1 of 1) sorted by relevance
31 int (*fn)(const char*, const struct stat64*, int), int nopenfd) { in ftw64() argument32 return ftw(dirpath, reinterpret_cast<ftw_fn>(fn), nopenfd); in ftw64()37 int nopenfd, int flags) { in nftw64() argument38 return nftw(dirpath, reinterpret_cast<nftw_fn>(fn), nopenfd, flags); in nftw64()