OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_FOLLOW
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
fts.h
107
#define
FTS_FOLLOW
2 /* follow symbolic link */
/bionic/libc/bionic/
fts.c
287
if (instr ==
FTS_FOLLOW
&&
377
if (p->fts_instr ==
FTS_FOLLOW
) {
454
if (instr && instr != FTS_AGAIN && instr !=
FTS_FOLLOW
&&
813
* If doing a logical walk, or application requested
FTS_FOLLOW
, do
Completed in 563 milliseconds
1
2
3