Searched refs:O_RDWR (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | cpuacct.c | 44 fd = open(buf, O_RDWR | O_CREAT, 0666); in cpuacct_add() 53 fd = open(buf, O_RDWR | O_CREAT, 0666); in cpuacct_add()
|
D | getpt.c | 33 return open("/dev/ptmx", O_RDWR|O_NOCTTY); in getpt()
|
D | daemon.c | 41 int fd = open("/dev/null", O_RDWR); in daemon()
|
D | malloc_debug_qemu.cpp | 598 int fd = open("/dev/qemu_trace", O_RDWR); in malloc_debug_initialize()
|
/bionic/libc/stdio/ |
D | flags.c | 78 m = O_RDWR; in __sflags()
|
D | fdopen.c | 54 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { in fdopen()
|
D | mktemp.c | 149 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0) in _gettemp()
|
/bionic/libc/kernel/common/asm-generic/ |
D | fcntl.h | 26 #define O_RDWR 00000002 macro
|
/bionic/linker/ |
D | linker.cpp | 1253 dev_null = TEMP_FAILURE_RETRY(open("/dev/null", O_RDWR)); in nullify_closed_stdio()
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 1657 (dev_zero_fd = open("/dev/zero", O_RDWR), \
|