Searched refs:bug_28197840_ftw (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | ftw_test.cpp | 130 static int bug_28197840_ftw(const char* path, const StatT*, int flag) { in bug_28197840_ftw() function 137 return bug_28197840_ftw(path, sb, flag); in bug_28197840_nftw() 153 ASSERT_EQ(0, ftw(root.path, bug_28197840_ftw<struct stat>, 128)); in TEST() 154 ASSERT_EQ(0, ftw64(root.path, bug_28197840_ftw<struct stat64>, 128)); in TEST()
|