Home
last modified time | relevance | path

Searched refs:O_RDWR (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/bionic/
Dcpuacct.c44 fd = open(buf, O_RDWR | O_CREAT, 0666); in cpuacct_add()
53 fd = open(buf, O_RDWR | O_CREAT, 0666); in cpuacct_add()
Dgetpt.c33 return open("/dev/ptmx", O_RDWR|O_NOCTTY); in getpt()
Ddaemon.c41 int fd = open("/dev/null", O_RDWR); in daemon()
Dmalloc_debug_qemu.cpp598 int fd = open("/dev/qemu_trace", O_RDWR); in malloc_debug_initialize()
/bionic/libc/stdio/
Dflags.c78 m = O_RDWR; in __sflags()
Dfdopen.c54 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { in fdopen()
Dmktemp.c149 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0) in _gettemp()
/bionic/libc/kernel/common/asm-generic/
Dfcntl.h26 #define O_RDWR 00000002 macro
/bionic/linker/
Dlinker.cpp1253 dev_null = TEMP_FAILURE_RETRY(open("/dev/null", O_RDWR)); in nullify_closed_stdio()
/bionic/libc/upstream-dlmalloc/
Dmalloc.c1657 (dev_zero_fd = open("/dev/zero", O_RDWR), \