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

  /bionic/libc/include/
ftw.h 49 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftw.h 43 #define FTW_DEPTH 8
53 /* Continue with FTW_DP callback for current directory (if FTW_DEPTH) and then its siblings. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ftw.h 75 FTW_DEPTH = 8 /* Report files in directory before directory itself.*/
76 # define FTW_DEPTH FTW_DEPTH
100 (if FTW_DEPTH) and then its siblings. */

Completed in 631 milliseconds