Home
last modified time | relevance | path

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

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