Searched refs:O_ACCMODE (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h22 #define O_ACCMODE 00000003 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h22 #define O_ACCMODE 00000003 macro
/bionic/tests/headers/posix/
H A Dfcntl_h.c73 MACRO(O_ACCMODE);
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h22 #define O_ACCMODE 00000003 macro
/bionic/libc/stdio/
H A Dstdio.cpp243 int tmp = fd_flags & O_ACCMODE;
244 if (tmp != O_RDWR && (tmp != (mode_flags & O_ACCMODE))) {

Completed in 577 milliseconds