/external/compiler-rt/SDKs/linux/usr/include/sys/ |
fcntl.h | 21 #define O_WRONLY 0x0001
|
/bionic/libc/upstream-netbsd/libc/compat-43/ |
creat.c | 51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
|
/external/valgrind/main/memcheck/tests/ |
fwrite.c | 8 int fd = open("/dev/null", O_WRONLY);
|
/hardware/libhardware_legacy/qemu_tracing/ |
qemu_tracing.c | 42 int fd = open(SYS_QEMU_TRACE_STATE, O_WRONLY); 52 int fd = open(SYS_QEMU_TRACE_STATE, O_WRONLY); 66 int fd = open(SYS_QEMU_TRACE_SYMBOL, O_WRONLY); 79 int fd = open(SYS_QEMU_TRACE_SYMBOL, O_WRONLY);
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
flags.c | 66 m = O_WRONLY; 72 m = O_WRONLY;
|
/external/compiler-rt/SDKs/darwin/usr/include/sys/ |
fcntl.h | 44 #define O_WRONLY 0x0001 /* open for writing only */
|
/external/compiler-rt/lib/tsan/lit_tests/ |
race_on_write.cc | 24 fd = open("/dev/null", O_WRONLY);
|
/external/libselinux/src/ |
disable.c | 24 fd = open(path, O_WRONLY);
|
/system/extras/tests/cpueater/ |
cpueater.c | 53 if(open("/dev/null", O_WRONLY) < 0) {
|
daemonize.c | 72 if(open(file, O_WRONLY|mode|O_CREAT, 0666) < 0) { 78 if(open("/dev/null", O_WRONLY) < 0) {
|
/external/chromium_org/sandbox/linux/suid/ |
process_util_linux.c | 51 int fd = openat(dirfd, "oom_score_adj", O_WRONLY); 55 fd = openat(dirfd, "oom_adj", O_WRONLY);
|
/external/chromium/chrome/browser/chromeos/ |
external_metrics_unittest.cc | 25 int fd = open(path, O_CREAT | O_APPEND | O_WRONLY, 0666); 109 int fd = open(path, O_CREAT | O_WRONLY, 0666); 120 fd = open(path, O_CREAT | O_WRONLY, 0666);
|
/art/runtime/base/unix_file/ |
fd_file_test.cc | 52 ASSERT_TRUE(file.Open(good_path, O_CREAT | O_WRONLY));
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
flock_tool.py | 42 fd = os.open(lockfile, os.O_WRONLY|os.O_NOCTTY|os.O_CREAT, 0666)
|
/system/core/libcutils/ |
klog.c | 42 klog_fd = open(name, O_WRONLY);
|
qtaguid.c | 65 fd = TEMP_FAILURE_RETRY(open(CTRL_PROCPATH, O_WRONLY)); 87 param_fd = TEMP_FAILURE_RETRY(open(param_path, O_WRONLY));
|
/system/core/toolbox/ |
smd.c | 21 fd = open(devname, O_WRONLY);
|
/libcore/luni/src/main/java/java/io/ |
FileOutputStream.java | 87 this.mode = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC); 104 this.mode = O_WRONLY;
|
/external/chromium_org/chrome/browser/chromeos/ |
external_metrics_unittest.cc | 25 int fd = open(path, O_CREAT | O_APPEND | O_WRONLY, 0666); 110 int fd = open(path, O_CREAT | O_WRONLY, 0666); 121 fd = open(path, O_CREAT | O_WRONLY, 0666);
|
/bootable/recovery/tools/ota/ |
check-lost+found.c | 66 int fd = open(kMarkerFile, O_WRONLY|O_CREAT, 0444); 78 fd = open(fn, O_WRONLY|O_CREAT, 0444);
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.h | 27 #ifndef O_WRONLY 28 #define O_WRONLY 01
|
/bionic/libc/bionic/ |
pthread_setname_np.cpp | 74 int fd = open(comm_name, O_WRONLY);
|
/bionic/libc/kernel/common/asm-generic/ |
fcntl.h | 25 #define O_WRONLY 00000001
|
/bootable/recovery/ |
adb_install.cpp | 41 int fd = open("/sys/class/android_usb/android0/enable", O_WRONLY);
|
/development/ndk/platforms/android-3/include/asm-generic/ |
fcntl.h | 19 #define O_WRONLY 00000001
|