OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_FOLLOW
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
fts.h
109
#define
FTS_FOLLOW
2 /* follow symbolic link */
/bionic/libc/bionic/
fts.c
280
if (instr ==
FTS_FOLLOW
&&
370
if (p->fts_instr ==
FTS_FOLLOW
) {
446
if (instr && instr != FTS_AGAIN && instr !=
FTS_FOLLOW
&&
804
* If doing a logical walk, or application requested
FTS_FOLLOW
, do
Completed in 51 milliseconds