Home
last modified time | relevance | path

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

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