OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_STOP
(Results
1 - 24
of
24
) sorted by null
/bionic/libc/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/development/ndk/platforms/android-8/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fts.h
67
#define
FTS_STOP
0x0200 /* (private) unrecoverable error */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fts.h
67
#define
FTS_STOP
0x0200 /* (private) unrecoverable error */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fts.h
67
#define
FTS_STOP
0x0200 /* (private) unrecoverable error */
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/bionic/libc/bionic/
fts.c
262
if (sp->fts_cur == NULL || ISSET(
FTS_STOP
))
329
*
FTS_STOP
or the fts_info field of the node.
340
if (ISSET(
FTS_STOP
))
360
SET(
FTS_STOP
);
417
SET(
FTS_STOP
);
426
SET(
FTS_STOP
);
433
SET(
FTS_STOP
);
481
if (ISSET(
FTS_STOP
))
668
SET(
FTS_STOP
);
694
SET(
FTS_STOP
);
[
all
...]
Completed in 1059 milliseconds