Searched defs:fpath (Results 1 – 1 of 1) sorted by relevance
| /bionic/tests/ |
| D | ftw_test.cpp | 50 void sanity_check_ftw(const char* fpath, const struct stat* sb, int tflag) { in sanity_check_ftw() 63 void sanity_check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) { in sanity_check_nftw() 68 int check_ftw(const char* fpath, const struct stat* sb, int tflag) { in check_ftw() 73 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64() 78 int check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) { in check_nftw() 83 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, struct FTW* ftwbuf) { in check_nftw64()
|