Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h22 #define O_ACCMODE 00000003 macro
/bionic/libc/stdio/
Dstdio.cpp245 int tmp = fdflags & O_ACCMODE; in fdopen()
246 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { in fdopen()