Home
last modified time | relevance | path

Searched refs:FTW_DEPTH (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/headers/posix/
Dftw_h.c48 MACRO(FTW_DEPTH); in ftw_h()
/bionic/libc/include/
Dftw.h49 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
/bionic/libc/bionic/
Dftw.cpp48 bool postorder = (nftw_flags & FTW_DEPTH) != 0; in do_nftw()