OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_STOP
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/ndk/build/platforms/android-8/arch-arm/usr/include/
fts.h
59
#define
FTS_STOP
0x2000 /* (private) unrecoverable error */
/ndk/build/platforms/android-8/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 602 milliseconds