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

  /bionic/libc/include/
fts.h 100 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
fts.h 100 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
fts.h 100 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */
  /bionic/libc/bionic/
fts.c 325 * Set the FTS_DONTCHDIR flag so that when we logically change
334 p->fts_flags |= FTS_DONTCHDIR;
431 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
610 cur->fts_flags |= FTS_DONTCHDIR;

Completed in 2234 milliseconds