Searched refs:nftw (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | ftw_test.cpp | 115 TEST(ftw, nftw) { in TEST() argument 118 ASSERT_EQ(0, nftw(root.path, check_nftw, 128, 0)); in TEST() 153 ASSERT_EQ(0, nftw(root.path, bug_28197840_nftw<struct stat>, 128, FTW_PHYS)); in TEST() 178 ASSERT_EQ(-1, nftw("/does/not/exist", null_nftw_callback<struct stat>, 128, FTW_PHYS)); in TEST() 196 ASSERT_EQ(-1, nftw("", null_nftw_callback<struct stat>, 128, FTW_PHYS)); in TEST()
|
/bionic/libc/include/ |
D | ftw.h | 59 int nftw(const char* __dir_path, int (*__callback)(const char*, const struct stat*, int, struct FTW… 61 … struct stat64*, int, struct FTW*), int __max_fd_count, int __flags) __RENAME_STAT64(nftw, 17, 21);
|
/bionic/libc/bionic/ |
D | lfs64_support.cpp | 47 return nftw(dirpath, reinterpret_cast<nftw_fn>(fn), nopenfd, flags); in nftw64()
|
D | ftw.cpp | 122 int nftw(const char* path, int (*nftw_fn)(const char*, const struct stat*, int, FTW*), in nftw() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 604 nftw
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_003.S | 1127 CALL(nftw)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 679 nftw; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
|
/bionic/libc/ |
D | libc.map.txt | 679 nftw; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
|