Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h24 #define O_ACCMODE 00000003 macro
/bionic/tests/headers/posix/
Dfcntl_h.c73 MACRO(O_ACCMODE); in fcntl_h()
/bionic/libc/stdio/
Dstdio.cpp282 int tmp = fd_flags & O_ACCMODE; in fdopen()
283 if (tmp != O_RDWR && (tmp != (mode_flags & O_ACCMODE))) { in fdopen()