Home
last modified time | relevance | path

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

/bionic/tests/
Dftw_test.cpp103 TEST(ftw, ftw) { in TEST() argument
106 ASSERT_EQ(0, ftw(root.path, check_ftw, 128)); in TEST()
109 TEST(ftw, ftw64) { in TEST() argument
115 TEST(ftw, nftw) { in TEST() argument
121 TEST(ftw, nftw64) { in TEST() argument
138 TEST(ftw, bug_28197840) { in TEST() argument
151 ASSERT_EQ(0, ftw(root.path, bug_28197840_ftw<struct stat>, 128)); in TEST()
167 TEST(ftw, ftw_non_existent_ENOENT) { in TEST() argument
169 ASSERT_EQ(-1, ftw("/does/not/exist", null_ftw_callback<struct stat>, 128)); in TEST()
176 TEST(ftw, nftw_non_existent_ENOENT) { in TEST() argument
[all …]
/bionic/libc/bionic/
Dftw.cpp100 FTW ftw; in do_nftw() local
101 ftw.base = cur->fts_pathlen - cur->fts_namelen; in do_nftw()
102 ftw.level = cur->fts_level; in do_nftw()
103 error = nftw_fn(cur->fts_path, cur->fts_statp, fn_flag, &ftw); in do_nftw()
118 int ftw(const char* path, int (*ftw_fn)(const char*, const struct stat*, int), int nfds) { in ftw() function
Dlfs64_support.cpp41 return ftw(dirpath, reinterpret_cast<ftw_fn>(fn), nopenfd); in ftw64()
/bionic/libc/include/
Dftw.h58 int ftw(const char* __dir_path, int (*__callback)(const char*, const struct stat*, int), int __max_…
60 …allback)(const char*, const struct stat64*, int), int __max_fd_count) __RENAME_STAT64(ftw, 17, 21);
/bionic/tests/headers/posix/
Dftw_h.c51 FUNCTION(ftw, int (*f)(const char*, int (*)(const char*, const struct stat*, int), int)); in ftw_h()
/bionic/libc/include/sys/
Duser.h114 unsigned short ftw;
Ducontext.h285 uint16_t ftw;
/bionic/libc/tools/
Dposix-2013.txt313 ftw
/bionic/docs/
Dstatus.md217 * <ftw.h>.
/bionic/tools/versioner/platforms/
Dlibc.map.txt409 ftw; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
/bionic/libc/
Dlibc.map.txt409 ftw; # introduced-arm=17 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
DAndroid.bp1045 "bionic/ftw.cpp",