Home
last modified time | relevance | path

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

/bionic/libc/include/
Dfts.h104 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro
/bionic/libc/bionic/
Dfts.c330 p->fts_flags |= FTS_DONTCHDIR; in fts_read()
426 } else if (!(p->fts_flags & FTS_DONTCHDIR) && in fts_read()
604 cur->fts_flags |= FTS_DONTCHDIR; in fts_build()