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

  /bionic/libc/include/
ftw.h 49 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */
  /development/ndk/platforms/android-21/include/
ftw.h 49 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
ftw.h 49 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
ftw.h 49 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
ftw.h 49 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
ftw.h 49 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
ftw.h 49 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
ftw.h 49 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h 73 FTW_CHDIR = 4, /* Change to current directory while processing it. */
74 # define FTW_CHDIR FTW_CHDIR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ftw.h 73 FTW_CHDIR = 4, /* Change to current directory while processing it. */
74 # define FTW_CHDIR FTW_CHDIR

Completed in 99 milliseconds