Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlfs64_support.cpp40 int (*fn)(const char*, const struct stat64*, int), int nopenfd) { in ftw64() argument
41 return ftw(dirpath, reinterpret_cast<ftw_fn>(fn), nopenfd); in ftw64()
46 int nopenfd, int flags) { in nftw64() argument
47 return nftw(dirpath, reinterpret_cast<nftw_fn>(fn), nopenfd, flags); in nftw64()