Home
last modified time | relevance | path

Searched defs:FTW (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Dftw.h52 struct FTW { struct
59 int nftw(const char*, int (*)(const char*, const struct stat*, int, struct FTW*), int, int) argument
/bionic/libc/bionic/
Dftw.cpp30 int (*nftw_fn)(const char*, const struct stat*, int, FTW*), in do_nftw() argument
121 int nftw(const char* path, int (*nftw_fn)(const char*, const struct stat*, int, FTW*), in nftw() argument
Dlfs64_support.cpp45 int (*fn)(const char*, const struct stat64*, int, struct FTW*), in nftw64()
/bionic/tests/
Dftw_test.cpp134 static int bug_28197840_nftw(const char* path, const StatT* sb, int flag, FTW*) { in bug_28197840_nftw() argument