Home
last modified time | relevance | path

Searched refs:check_nftw (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dftw_test.cpp93 int check_nftw(const char* fpath, const struct stat* sb, int tflag, FTW* ftwbuf) { in check_nftw() function
118 ASSERT_EQ(0, nftw(root.path, check_nftw, 128, 0)); in TEST()