Searched refs:O_WRONLY (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dflags.c60 m = O_WRONLY;
66 m = O_WRONLY;
H A Dfmemopen.c147 st->len = (oflags & O_WRONLY) ? 0 : size;
/bionic/libc/bionic/
H A Dbionic_systrace.cpp49 g_trace_marker_fd = open("/sys/kernel/debug/tracing/trace_marker", O_CLOEXEC | O_WRONLY);
H A Dopen.cpp47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
H A Dpthread_setname_np.cpp94 int fd = __open_task_comm_fd(t, O_WRONLY);
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h24 #define O_WRONLY 00000001 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h24 #define O_WRONLY 00000001 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h24 #define O_WRONLY 00000001 macro
/bionic/libc/malloc_debug/
H A DRecordData.cpp144 int dump_fd = open(dump_file_.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW,
/bionic/tests/
H A Dstdlib_test.cpp522 int fd = open("/dev/null", O_WRONLY);
551 int fd = open("/dev/null", O_WRONLY);
H A Dfortify_test.cpp611 int fd = open("/dev/null", O_WRONLY);
619 int fd = open("/dev/null", O_WRONLY);
635 int fd = open("/dev/null", O_WRONLY);

Completed in 95 milliseconds