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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fts.h 89 #define FTS_ROOTLEVEL 0
  /bionic/libc/include/
fts.h 84 #define FTS_ROOTLEVEL 0
  /bionic/libc/bionic/
fts.c 121 p->fts_level = FTS_ROOTLEVEL;
218 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
362 if (p->fts_level == FTS_ROOTLEVEL) {
419 if (p->fts_level == FTS_ROOTLEVEL) {
517 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
644 * around to FTS_ROOTLEVEL and FTS_ROOTPARENTLEVEL.
775 (cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->fts_rfd) :
857 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
1004 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {

Completed in 963 milliseconds