HomeSort by relevance Sort by last modified time
    Searched refs:FTS_NOINSTR (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
fts.h 106 #define FTS_NOINSTR 3 /* no instructions */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fts.h 106 #define FTS_NOINSTR 3 /* no instructions */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
fts.h 106 #define FTS_NOINSTR 3 /* no instructions */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
fts.h 108 #define FTS_NOINSTR 3 /* no instructions */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
fts.h 108 #define FTS_NOINSTR 3 /* no instructions */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
fts.h 108 #define FTS_NOINSTR 3 /* no instructions */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
fts.h 108 #define FTS_NOINSTR 3 /* no instructions */
  /bionic/libc/bionic/
fts.c 272 p->fts_instr = FTS_NOINSTR;
386 p->fts_instr = FTS_NOINSTR;
454 instr != FTS_NOINSTR && instr != FTS_SKIP) {
917 p->fts_instr = FTS_NOINSTR;

Completed in 236 milliseconds

1 23