Searched refs:fts_open (Results 1 – 8 of 8) sorted by relevance
/bionic/tools/versioner/src/ |
D | Utils.cpp | 46 fts_open(dir_argv, FTS_LOGICAL | FTS_NOCHDIR, nullptr), fts_close); in collectHeaders()
|
D | VFS.cpp | 40 fts_open(paths, FTS_COMFOLLOW | FTS_LOGICAL | FTS_NOCHDIR, nullptr), fts_close); in addDirectoryToVFS()
|
D | Preprocessor.cpp | 443 std::unique_ptr<FTS, decltype(&fts_close)> fts(fts_open(fts_paths, FTS_LOGICAL, nullptr), in preprocessHeaders()
|
/bionic/libc/include/ |
D | fts.h | 122 FTS* _Nullable fts_open(char* _Nonnull const* _Nonnull __path, int __options, int (* _Nullable __co…
|
/bionic/libc/fts/include/bionic/ |
D | fts.h | 122 FTS* _Nullable fts_open(char* _Nonnull const* _Nonnull __path, int __options, int (* _Nullable __co…
|
/bionic/libc/bionic/ |
D | fts.c | 176 DEF_WEAK(fts_open); 1051 fts_open(char * const *argv, int options, in fts_open() function
|
/bionic/libc/ |
D | libc.map.txt | 406 fts_open; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 406 fts_open; # introduced=21
|