Searched defs:fts_build (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dfts.c46 static FTSENT *fts_build(FTS *, int);
68 /* fts_build flags */
332 * If haven't read do so. If the read fails, fts_build sets
343 } else if ((sp->fts_child = fts_build(sp, BREAD)) == NULL) {
519 return (sp->fts_child = fts_build(sp, instr));
523 sp->fts_child = fts_build(sp, instr);
547 fts_build(FTS *sp, int type) function
839 * in fts_build to limit the number of stat calls. It is

Completed in 63 milliseconds