Searched refs:ftw_fn (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ |
D | ftw.cpp | 31 int (*ftw_fn)(const char*, const struct stat*, int), in do_nftw() 105 error = ftw_fn(cur->fts_path, cur->fts_statp, fn_flag); in do_nftw() 118 int ftw(const char* path, int (*ftw_fn)(const char*, const struct stat*, int), int nfds) { in ftw() 119 return do_nftw(path, ftw_fn, nullptr, nfds, 0); in ftw()
|
D | lfs64_support.cpp | 36 typedef int (*ftw_fn)(const char*, const struct stat*, int); typedef 41 return ftw(dirpath, reinterpret_cast<ftw_fn>(fn), nopenfd); in ftw64()
|