HomeSort by relevance Sort by last modified time
    Searched refs:FTS_NOCHDIR (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
fts.h 53 #define FTS_NOCHDIR 0x0004 /* don't change directories */
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
fts.h 53 #define FTS_NOCHDIR 0x0004 /* don't change directories */
  /bionic/libc/bionic/
fts.c 65 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
96 SET(FTS_NOCHDIR);
166 if (!ISSET(FTS_NOCHDIR) && (sp->fts_rfd = open(".", O_RDONLY, 0)) < 0)
167 SET(FTS_NOCHDIR);
226 rfd = ISSET(FTS_NOCHDIR) ? -1 : sp->fts_rfd;
290 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
379 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
517 ISSET(FTS_NOCHDIR))
634 if (ISSET(FTS_NOCHDIR)) {
678 if (ISSET(FTS_NOCHDIR))
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/gen/
nftw.c 57 ftsflags |= FTS_NOCHDIR;
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 135 fts_flags |= FTS_NOSTAT | FTS_NOCHDIR;
  /external/libselinux/src/
android.c     [all...]
  /system/vold/
VolumeManager.cpp     [all...]

Completed in 287 milliseconds

1 23