Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
Ddirent.h75 #define DTF_HIDEW 0x0001 /* hide whiteout entries */ macro
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Dopendir.c70 return (__opendir2(name, DTF_HIDEW|DTF_NODUP)); in opendir()
Dreaddir.c81 if ((dp->Attribute & DT_HIDDEN) && (dirp->dd_flags & DTF_HIDEW)) in _readdir_unlocked()