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
55
#define
FTS_NOSTAT
0x0008 /* don't get stat info */
/bionic/libc/bionic/
fts.c
527
* The real slowdown in walking the tree is the stat calls. If
FTS_NOSTAT
is
571
else if (ISSET(
FTS_NOSTAT
) && ISSET(FTS_PHYSICAL)) {
582
ISSET(
FTS_NOSTAT
), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
801
sbp = ISSET(
FTS_NOSTAT
) ? &sb : p->fts_statp;
909
if (!ISSET(
FTS_NOSTAT
))
917
if (!ISSET(
FTS_NOSTAT
))
/external/elfutils/libdwfl/
linux-kernel-modules.c
366
FTS *fts = fts_open (modulesdir,
FTS_NOSTAT
| FTS_LOGICAL, NULL);
632
FTS *fts = fts_open (dirs,
FTS_NOSTAT
| FTS_LOGICAL, NULL);
766
FTS *fts = fts_open (modulesdir,
FTS_NOSTAT
| FTS_LOGICAL, NULL);
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c
[
all
...]
Completed in 2336 milliseconds