Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Dreaddir.c68 if (dirp->dd_flags & __DTF_READALL) in _readdir_unlocked()
72 if (dirp->dd_loc == 0 && !(dirp->dd_flags & __DTF_READALL)) { in _readdir_unlocked()
81 if ((dp->Attribute & DT_HIDDEN) && (dirp->dd_flags & DTF_HIDEW)) in _readdir_unlocked()
Dopendir.c112 dirp->dd_flags = flags; in __opendir2()
/device/linaro/bootloader/edk2/StdLib/Include/
Ddirent.h68 int dd_flags; /* flags for readdir */ member