Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dfts.c112 p->fts_level = FTS_ROOTLEVEL; in __fts_open()
212 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in fts_close()
354 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
410 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
507 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in fts_children()
764 (cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->fts_rfd) : in fts_build()
846 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()
990 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()
/bionic/libc/include/
Dfts.h85 #define FTS_ROOTLEVEL 0 macro