HomeSort by relevance Sort by last modified time
    Searched refs:O_WRONLY (Results 1 - 25 of 456) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/SDKs/linux/usr/include/sys/
fcntl.h 21 #define O_WRONLY 0x0001
  /external/strace/xlat/
open_access_modes.h 7 #if defined(O_WRONLY) || (defined(HAVE_DECL_O_WRONLY) && HAVE_DECL_O_WRONLY)
8 XLAT(O_WRONLY),
  /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/test/tsan/
race_on_write.cc 24 fd = open("/dev/null", O_WRONLY);
  /external/jemalloc/test/unit/
prof_gdump.c 16 fd = open("/dev/null", O_WRONLY);
prof_idump.c 18 fd = open("/dev/null", O_WRONLY);
  /external/libselinux/src/
disable.c 24 fd = open(path, O_WRONLY);
  /external/qemu/distrib/libselinux/src/
disable.c 24 fd = open(path, O_WRONLY);
  /external/strace/tests/
uio.c 19 assert((fd = open("/dev/null", O_WRONLY)) >= 0);
  /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 54 int fd = openat(dirfd, "oom_score_adj", O_WRONLY);
58 fd = openat(dirfd, "oom_adj", O_WRONLY);
  /bionic/libc/bionic/
pthread_setname_np.cpp 70 int fd = open(comm_name, 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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 37 #define O_WRONLY _O_WRONLY
  /system/core/toolbox/
smd.c 21 fd = open(devname, O_WRONLY);
  /libcore/luni/src/main/java/java/io/
FileOutputStream.java 86 this.mode = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC);
103 this.mode = O_WRONLY;
  /device/htc/flounder/power/
power_flounder.c 57 int fd = open(path, O_WRONLY);
119 flounder->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY);
131 gpu_boost_fd = open(GPU_BOOST_PATH, O_WRONLY);
  /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
  /system/core/libcutils/
qtaguid.c 66 fd = TEMP_FAILURE_RETRY(open(CTRL_PROCPATH, O_WRONLY));
88 param_fd = TEMP_FAILURE_RETRY(open(param_path, O_WRONLY));
  /art/runtime/base/unix_file/
fd_file_test.cc 53 ASSERT_TRUE(file.Open(good_path, O_CREAT | O_WRONLY));

Completed in 401 milliseconds

1 2 3 4 5 6 7 8 91011>>