Home
last modified time | relevance | path

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

/bionic/tests/
Dftw_test.cpp134 static int bug_28197840_nftw(const char* path, const StatT* sb, int flag, FTW*) { in bug_28197840_nftw() function
153 ASSERT_EQ(0, nftw(root.path, bug_28197840_nftw<struct stat>, 128, FTW_PHYS)); in TEST()
154 ASSERT_EQ(0, nftw64(root.path, bug_28197840_nftw<struct stat64>, 128, FTW_PHYS)); in TEST()