Home
last modified time | relevance | path

Searched refs:FTS_LOGICAL (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dfts.h50 #define FTS_LOGICAL 0x0002 /* logical walk */ macro
/bionic/libc/bionic/
Dfts.c94 if (ISSET(FTS_LOGICAL)) in fts_open()
808 if (ISSET(FTS_LOGICAL) || follow) { in fts_stat()