Home
last modified time | relevance | path

Searched refs:O_RDWR (Results 1 – 11 of 11) 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.cpp599 int fd = open("/dev/qemu_trace", O_RDWR); in malloc_debug_initialize()
Dsystem_properties.c139 fd = open(property_filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | in map_prop_area_rw()
/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dflags.c89 m = O_RDWR; in __sflags()
Dfdopen.c74 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { in fdopen()
Dmktemp.c154 _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.cpp1248 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), \