Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dftw.cpp28 extern "C" FTS* __fts_open(char* const*, int, int (*)(const FTSENT**, const FTSENT**));
52 FTS* fts = __fts_open(paths, fts_options | FTS_FOR_FTW, nullptr); in do_nftw()
Dfts.c73 FTS* __fts_open(char* const* argv, int options, int (*compar)(const FTSENT**, const FTSENT**)) { in __fts_open() function
1047 return __fts_open(argv, options, compar); in fts_open()