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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fts.h 59 #define FTS_NOSTAT 0x0008 /* don't get stat info */
  /bionic/libc/include/
fts.h 55 #define FTS_NOSTAT 0x0008 /* don't get stat info */
  /bionic/libc/bionic/
fts.c 537 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
581 else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
592 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
812 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
921 if (!ISSET(FTS_NOSTAT))
929 if (!ISSET(FTS_NOSTAT))
  /external/elfutils/libdwfl/
linux-kernel-modules.c 344 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL);
584 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL);
721 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 135 fts_flags |= FTS_NOSTAT | FTS_NOCHDIR;
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c     [all...]

Completed in 359 milliseconds