HomeSort by relevance Sort by last modified time
    Searched refs:dd_flags (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
readdir.c 68 if (dirp->dd_flags & __DTF_READALL)
72 if (dirp->dd_loc == 0 && !(dirp->dd_flags & __DTF_READALL)) {
81 if ((dp->Attribute & DT_HIDDEN) && (dirp->dd_flags & DTF_HIDEW))
opendir.c 112 dirp->dd_flags = flags;
  /device/linaro/bootloader/edk2/StdLib/Include/
dirent.h 68 int dd_flags; /* flags for readdir */ member in struct:_dirdesc

Completed in 125 milliseconds