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

  /bionic/libc/include/
ftw.h 37 #define FTW_D 1 /* Directory. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftw.h 24 #define FTW_D 1
51 /* Valid only for FTW_D: Don't walk through the subtree. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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

Completed in 60 milliseconds