Searched refs:O_RDWR (Results 1 – 11 of 11) 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 | 599 int fd = open("/dev/qemu_trace", O_RDWR); in malloc_debug_initialize()
|
D | system_properties.c | 139 fd = open(property_filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | in map_prop_area_rw()
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
D | flags.c | 89 m = O_RDWR; in __sflags()
|
D | fdopen.c | 74 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { in fdopen()
|
D | mktemp.c | 154 _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 | 1248 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), \
|