Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dflags.c66 m = O_WRONLY; in __sflags()
72 m = O_WRONLY; in __sflags()
/bionic/libc/upstream-netbsd/libc/compat-43/
Dcreat.c51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode)); in creat()
/bionic/libc/bionic/
Dpthread_setname_np.cpp74 int fd = open(comm_name, O_WRONLY); in pthread_setname_np()
Dlibc_logging.cpp423 int main_log_fd = TEMP_FAILURE_RETRY(open("/dev/log/main", O_CLOEXEC | O_WRONLY)); in __libc_write_log()
465 int event_log_fd = TEMP_FAILURE_RETRY(open("/dev/log/events", O_CLOEXEC | O_WRONLY)); in __libc_android_log_event()
/bionic/libc/kernel/common/asm-generic/
Dfcntl.h25 #define O_WRONLY 00000001 macro
/bionic/libc/unistd/
Dsyslog.c270 (fd = open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK, 0)) >= 0) { in vsyslog_r()