Searched refs:FTW_DEPTH (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | ftw.h | 49 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro |
/bionic/libc/bionic/ | ||
D | ftw.cpp | 46 bool postorder = (nftw_flags & FTW_DEPTH) != 0; in do_nftw() |