OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_ROOTLEVEL
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
fts.h
85
#define
FTS_ROOTLEVEL
0
/bionic/libc/bionic/
fts.c
112
p->fts_level =
FTS_ROOTLEVEL
;
212
for (p = sp->fts_cur; p->fts_level >=
FTS_ROOTLEVEL
;) {
354
if (p->fts_level ==
FTS_ROOTLEVEL
) {
410
if (p->fts_level ==
FTS_ROOTLEVEL
) {
507
if (p->fts_level !=
FTS_ROOTLEVEL
|| p->fts_accpath[0] == '/' ||
634
* around to
FTS_ROOTLEVEL
and FTS_ROOTPARENTLEVEL.
764
(cur->fts_level ==
FTS_ROOTLEVEL
? FCHDIR(sp, sp->fts_rfd) :
846
t->fts_level >=
FTS_ROOTLEVEL
; t = t->fts_parent)
990
for (p = head; p->fts_level >=
FTS_ROOTLEVEL
;) {
Completed in 52 milliseconds