Home
last modified time | relevance | path

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

/bionic/libc/include/
Dfts.h84 #define FTS_ROOTLEVEL 0 macro
/bionic/libc/bionic/
Dfts.c120 p->fts_level = FTS_ROOTLEVEL; in fts_open()
217 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in fts_close()
361 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
418 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
516 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in fts_children()
773 (cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->fts_rfd) : in fts_build()
855 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()
1002 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()