Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dsemihosting.c82 const int flags_mask = O_RDONLY | O_WRONLY | O_RDWR | in semihosting_open()
88 case O_RDONLY: /* 'r' */ in semihosting_open()
/optee_os/lib/libutils/isoc/include/sys/
H A Dfcntl.h16 #define O_RDONLY 0 /* +1 == FREAD */ macro