HomeSort by relevance Sort by last modified time
    Searched refs:fts_level (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/
fts.h 87 short fts_level; /* depth (-1 to N) */ member in struct:_ftsent
  /bionic/libc/bionic/
fts.c 100 parent->fts_level = FTS_ROOTPARENTLEVEL;
112 p->fts_level = FTS_ROOTLEVEL;
212 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
354 if (p->fts_level == FTS_ROOTLEVEL) {
392 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
410 if (p->fts_level == FTS_ROOTLEVEL) {
507 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
633 * fts_level is signed so we must prevent it from wrapping
636 level = cur->fts_level;
674 p->fts_level = level
    [all...]
ftw.cpp 102 ftw.level = cur->fts_level;

Completed in 747 milliseconds