Home
last modified time | relevance | path

Searched refs:FTS (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dfts.h64 } FTS; typedef
118 FTSENT *fts_children(FTS *, int);
119 int fts_close(FTS *);
120 FTS *fts_open(char * const *, int,
122 FTSENT *fts_read(FTS *);
123 int fts_set(FTS *, FTSENT *, int);
/bionic/libc/bionic/
Dfts.c44 static FTSENT *fts_alloc(FTS *, char *, size_t);
45 static FTSENT *fts_build(FTS *, int);
47 static void fts_load(FTS *, FTSENT *);
49 static void fts_padjust(FTS *, FTSENT *);
50 static int fts_palloc(FTS *, size_t);
51 static FTSENT *fts_sort(FTS *, FTSENT *, int);
52 static u_short fts_stat(FTS *, FTSENT *, int, int);
53 static int fts_safe_changedir(FTS *, FTSENT *, int, char *);
72 FTS *
76 FTS *sp; in fts_open()
[all …]
Dftw.cpp50 FTS* fts = fts_open(paths, fts_options, nullptr); in do_nftw()
/bionic/tools/versioner/src/
DUtils.cpp44 std::unique_ptr<FTS, decltype(&fts_close)> fts( in collectHeaders()
DVFS.cpp39 std::unique_ptr<FTS, decltype(&fts_close)> fts( in addDirectoryToVFS()
DPreprocessor.cpp442 std::unique_ptr<FTS, decltype(&fts_close)> fts(fts_open(fts_paths, FTS_LOGICAL, nullptr), in preprocessHeaders()