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

  /bionic/libc/include/
ftw.h 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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. */
  /bionic/libc/upstream-netbsd/libc/gen/
nftw.c 62 postorder = (ftwflags & FTW_DEPTH) != 0;

Completed in 344 milliseconds