Searched defs:fpath (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | ftw_test.cpp | 24 void sanity_check_ftw(const char* fpath, const struct stat* sb, int tflag) { in sanity_check_ftw() 32 const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) { in sanity_check_nftw() 40 int check_ftw(const char* fpath, const struct stat* sb, int tflag) { in check_ftw() 45 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64() 51 const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) { in check_nftw() 57 const char* fpath, const struct stat64* sb, int tflag, struct FTW* ftwbuf) { in check_nftw64()
|