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

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
fts.h 59 #define FTS_STOP 0x2000 /* (private) unrecoverable error */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fts.h 59 #define FTS_STOP 0x2000 /* (private) unrecoverable error */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
fts.h 59 #define FTS_STOP 0x2000 /* (private) unrecoverable error */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
fts.h 61 #define FTS_STOP 0x2000 /* (private) unrecoverable error */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
fts.h 61 #define FTS_STOP 0x2000 /* (private) unrecoverable error */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
fts.h 61 #define FTS_STOP 0x2000 /* (private) unrecoverable error */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
fts.h 61 #define FTS_STOP 0x2000 /* (private) unrecoverable error */
  /bionic/libc/bionic/
fts.c 264 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
331 * FTS_STOP or the fts_info field of the node.
342 if (ISSET(FTS_STOP))
362 SET(FTS_STOP);
419 SET(FTS_STOP);
428 SET(FTS_STOP);
435 SET(FTS_STOP);
483 if (ISSET(FTS_STOP))
670 SET(FTS_STOP);
696 SET(FTS_STOP);
    [all...]

Completed in 219 milliseconds

1 23