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