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

1 2 3 4 5 6 7

  /external/compiler-rt/SDKs/linux/usr/include/sys/
fcntl.h 21 #define O_WRONLY 0x0001
  /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);
prof_accum.c 13 fd = open("/dev/null", O_WRONLY);
  /external/libselinux/src/
disable.c 24 fd = open(path, O_WRONLY);
  /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);
open.cpp 47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
  /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)
  /device/htc/flounder/power/
power_flounder.c 65 int fd = open(path, O_WRONLY);
141 flounder->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY);
153 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);
  /art/runtime/base/unix_file/
fd_file_test.cc 53 ASSERT_TRUE(file.Open(good_path, O_CREAT | O_WRONLY));
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 8 #define O_WRONLY 00000001
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 25 #define O_WRONLY 00000001
  /device/htc/flounder/sensor_hub/libsensors/
SensorBase.cpp 75 fd = open(path, O_WRONLY);
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC,
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.cc 90 return open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0664);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.cc 90 return open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0664);
  /external/e2fsprogs/contrib/
make-sparse.c 58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777);
  /external/lzma/CPP/Common/
C_FileIO.cpp 75 return OpenBinary(name, O_CREAT | O_EXCL | O_WRONLY);
  /external/chromium_org/base/debug/
trace_event_android.cc 94 g_atrace_fd = open(kATraceMarkerFile, O_WRONLY);
179 int atrace_fd = open(kATraceMarkerFile, O_WRONLY | O_APPEND);

Completed in 1121 milliseconds

1 2 3 4 5 6 7