Searched refs:O_WRONLY (Results 1 - 11 of 11) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | flags.c | 60 m = O_WRONLY; 66 m = O_WRONLY;
|
H A D | fmemopen.c | 147 st->len = (oflags & O_WRONLY) ? 0 : size;
|
/bionic/libc/bionic/ |
H A D | bionic_systrace.cpp | 49 g_trace_marker_fd = open("/sys/kernel/debug/tracing/trace_marker", O_CLOEXEC | O_WRONLY);
|
H A D | open.cpp | 47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
|
H A D | pthread_setname_np.cpp | 94 int fd = __open_task_comm_fd(t, O_WRONLY);
|
/bionic/libc/kernel/uapi/asm-generic/ |
H A D | fcntl.h | 24 #define O_WRONLY 00000001 macro
|
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/ |
H A D | fcntl.h | 24 #define O_WRONLY 00000001 macro
|
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-generic/ |
H A D | fcntl.h | 24 #define O_WRONLY 00000001 macro
|
/bionic/libc/malloc_debug/ |
H A D | RecordData.cpp | 144 int dump_fd = open(dump_file_.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW,
|
/bionic/tests/ |
H A D | stdlib_test.cpp | 522 int fd = open("/dev/null", O_WRONLY); 551 int fd = open("/dev/null", O_WRONLY);
|
H A D | fortify_test.cpp | 611 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