Home
last modified time | relevance | path

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

/bionic/tests/
Dftw_test.cpp98 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, FTW* ftwbuf) { in check_nftw64() function
124 ASSERT_EQ(0, nftw64(root.path, check_nftw64, 128, 0)); in TEST()