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