Home
last modified time | relevance | path

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

/bionic/tests/
Dftw_test.cpp90 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64() function
114 ASSERT_EQ(0, ftw64(root.path, check_ftw64, 128)); in TEST()