OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_NOSTAT
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/
fts.h
52
#define
FTS_NOSTAT
0x0008 /* don't get stat info */
/ndk/build/platforms/android-8/arch-arm/usr/include/
fts.h
52
#define
FTS_NOSTAT
0x0008 /* don't get stat info */
/ndk/build/platforms/android-8/arch-x86/usr/include/
fts.h
52
#define
FTS_NOSTAT
0x0008 /* don't get stat info */
/bionic/libc/bionic/
fts.c
533
* The real slowdown in walking the tree is the stat calls. If
FTS_NOSTAT
is
577
else if (ISSET(
FTS_NOSTAT
) && ISSET(FTS_PHYSICAL)) {
588
ISSET(
FTS_NOSTAT
), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
799
sbp = ISSET(
FTS_NOSTAT
) ? &sb : p->fts_statp;
908
if (!ISSET(
FTS_NOSTAT
))
917
if (!ISSET(
FTS_NOSTAT
))
Completed in 2158 milliseconds