Searched refs:O_WRONLY (Results 1 – 8 of 8) sorted by relevance
60 m = O_WRONLY; in __sflags()66 m = O_WRONLY; in __sflags()
147 st->len = (oflags & O_WRONLY) ? 0 : size; in fmemopen()
68 int fd = open(comm_name, O_CLOEXEC | O_WRONLY); in pthread_setname_np()
47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode); in creat()
80 g_trace_marker_fd = open("/sys/kernel/debug/tracing/trace_marker", O_CLOEXEC | O_WRONLY); in get_trace_marker_fd()
431 int fd = TEMP_FAILURE_RETRY(open("/dev/stderr", O_CLOEXEC | O_WRONLY | O_APPEND)); in __libc_write_stderr()521 int main_log_fd = TEMP_FAILURE_RETRY(open("/dev/log/main", O_CLOEXEC | O_WRONLY)); in __libc_write_log()593 int event_log_fd = TEMP_FAILURE_RETRY(open("/dev/log/events", O_CLOEXEC | O_WRONLY)); in __libc_android_log_event()
25 #define O_WRONLY 00000001 macro
441 int fd = open("/dev/null", O_WRONLY); in TEST()470 int fd = open("/dev/null", O_WRONLY); in TEST()