Searched refs:null_nftw_callback (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | ftw_test.cpp | 163 static int null_nftw_callback(const char*, const StatT*, int, FTW*) { in null_nftw_callback() function 178 ASSERT_EQ(-1, nftw("/does/not/exist", null_nftw_callback<struct stat>, 128, FTW_PHYS)); in TEST() 181 ASSERT_EQ(-1, nftw64("/does/not/exist", null_nftw_callback<struct stat64>, 128, FTW_PHYS)); in TEST() 196 ASSERT_EQ(-1, nftw("", null_nftw_callback<struct stat>, 128, FTW_PHYS)); in TEST() 199 ASSERT_EQ(-1, nftw64("", null_nftw_callback<struct stat64>, 128, FTW_PHYS)); in TEST()
|