Home
last modified time | relevance | path

Searched refs:FTW_SLN (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/headers/posix/
Dftw_h.c44 MACRO(FTW_SLN); in ftw_h()
/bionic/libc/include/
Dftw.h42 #define FTW_SLN 6 /* Sym link that names a nonexistent file. */ macro
/bionic/libc/bionic/
Dftw.cpp91 fn_flag = (nftw_fn != nullptr) ? FTW_SLN : FTW_NS; in do_nftw()
/bionic/tests/
Dftw_test.cpp57 if (tflag == FTW_NS || tflag == FTW_SLN) { in smoke_test_ftw()