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

  /bionic/libc/include/
ftw.h 36 #define FTW_D 1 /* Directory. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ftw.h 40 FTW_D, /* Directory. */
41 #define FTW_D FTW_D
89 FTW_CONTINUE = 0, /* Continue with next sibling or for FTW_D with the
95 FTW_SKIP_SUBTREE = 2, /* Only meaningful for FTW_D: Don't walk through the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 40 FTW_D, /* Directory. */
41 #define FTW_D FTW_D
89 FTW_CONTINUE = 0, /* Continue with next sibling or for FTW_D with the
95 FTW_SKIP_SUBTREE = 2, /* Only meaningful for FTW_D: Don't walk through the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 40 FTW_D, /* Directory. */
41 #define FTW_D FTW_D
89 FTW_CONTINUE = 0, /* Continue with next sibling or for FTW_D with the
95 FTW_SKIP_SUBTREE = 2, /* Only meaningful for FTW_D: Don't walk through the
  /bionic/libc/upstream-netbsd/libc/gen/
ftw.c 60 fnflag = FTW_D;
nftw.c 72 fnflag = FTW_D;

Completed in 361 milliseconds