OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_DONTCHDIR
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
fts.h
104
#define
FTS_DONTCHDIR
0x01 /* don't chdir .. to the parent */
/bionic/libc/bionic/
fts.c
321
* Set the
FTS_DONTCHDIR
flag so that when we logically change
330
p->fts_flags |=
FTS_DONTCHDIR
;
426
} else if (!(p->fts_flags &
FTS_DONTCHDIR
) &&
604
cur->fts_flags |=
FTS_DONTCHDIR
;
Completed in 2755 milliseconds