Home
last modified time | relevance | path

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

/bionic/libc/include/
Dftw.h49 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
/bionic/libc/bionic/
Dftw.cpp46 bool postorder = (nftw_flags & FTW_DEPTH) != 0; in do_nftw()