Home
last modified time | relevance | path

Searched refs:READ_PERMS (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Daccess.c85 if((FileStat.st_mode & READ_PERMS) == 0) { in access()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h150 #define READ_PERMS (S_IRUSR | S_IRGRP | S_IROTH) ///< 0444 macro