Searched refs:ftwbuf (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dftw_test.cpp63 void sanity_check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) { argument
65 ASSERT_EQ('/', fpath[ftwbuf->base - 1]) << fpath;
78 int check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) { argument
79 sanity_check_nftw(fpath, sb, tflag, ftwbuf);
83 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, struct FTW* ftwbuf) { argument
84 sanity_check_nftw(fpath, reinterpret_cast<const struct stat*>(sb), tflag, ftwbuf);

Completed in 134 milliseconds