Searched refs:nftw64 (Results 1 – 5 of 5) sorted by relevance
/bionic/tests/ |
D | ftw_test.cpp | 121 TEST(ftw, nftw64) { in TEST() argument 124 ASSERT_EQ(0, nftw64(root.path, check_nftw64, 128, 0)); in TEST() 154 ASSERT_EQ(0, nftw64(root.path, bug_28197840_nftw<struct stat64>, 128, FTW_PHYS)); in TEST() 181 ASSERT_EQ(-1, nftw64("/does/not/exist", null_nftw_callback<struct stat64>, 128, FTW_PHYS)); in TEST() 199 ASSERT_EQ(-1, nftw64("", null_nftw_callback<struct stat64>, 128, FTW_PHYS)); in TEST()
|
/bionic/libc/include/ |
D | ftw.h | 61 int nftw64(const char* __dir_path, int (*__callback)(const char*, const struct stat64*, int, struct…
|
/bionic/libc/bionic/ |
D | lfs64_support.cpp | 44 int nftw64(const char * dirpath, in nftw64() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 680 nftw64; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 680 nftw64; # introduced=21
|