HomeSort by relevance Sort by last modified time
    Searched refs:O_WRONLY (Results 301 - 325 of 399) sorted by null

<<111213141516

  /external/valgrind/main/coregrind/
vgdb.c     [all...]
  /art/runtime/hprof/
hprof.cc 458 out_fd = open(filename_.c_str(), O_WRONLY|O_CREAT|O_TRUNC, 0644);
    [all...]
  /external/chromium/base/
process_util_posix.cc 916 int dev_null = open("/dev/null", O_WRONLY);
    [all...]
  /external/chromium_org/base/
file_util_posix.cc 780 int fd = HANDLE_EINTR(open(filename.value().c_str(), O_WRONLY | O_APPEND));
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 147 O_CREAT | O_EXCL | O_WRONLY,
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
chrome_launcher.cc 258 devnull = open("/dev/null", O_WRONLY);
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 682 os.O_WRONLY | os.O_CREAT | os.O_APPEND, 0600)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc     [all...]
  /external/dropbear/
scp.c 991 if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) < 0) {
  /external/linux-tools-perf/
builtin-top.c 962 * mmap reading, etc is encapsulated in it. Use O_WRONLY for now.
964 struct perf_session *session = perf_session__new(NULL, O_WRONLY, false, false, NULL);
  /external/openssh/
authfile.c 223 if ((fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0600)) < 0) {
scp.c 1068 if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) < 0) {
  /external/ppp/pppd/
utils.c 1054 fd = open(lock_file, O_WRONLY, 0);
  /external/qemu/android/
main-common.c 188 int fd = open( path, O_WRONLY | O_CREAT, 0666 );
    [all...]
  /external/qemu/audio/
ossaudio.c 280 oflags |= conf.try_mmap ? O_RDWR : (in ? O_RDONLY : O_WRONLY);
  /external/qemu/block/
qcow.c 764 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
vmdk.c 714 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY | O_LARGEFILE,
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 256 tty0_fd = open(tty0[i], O_WRONLY, 0);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 246 tty0_fd = open(tty0[i], O_WRONLY, 0);
  /external/valgrind/main/include/vki/
vki-darwin.h 256 #define VKI_O_WRONLY O_WRONLY
  /external/valgrind/unittest/
posix_tests.cc 199 fd_out = creat(out_name, O_WRONLY | S_IRWXU);
  /frameworks/base/core/jni/
android_os_Debug.cpp 903 int fd = open(fileName8.string(), O_CREAT | O_WRONLY | O_NOFOLLOW, 0666); /* -rw-rw-rw- */
android_os_Parcel.cpp 394 flags = O_WRONLY;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 395 filed = open(fn, O_WRONLY | O_CREAT | O_TRUNC | O_APPEND, 0664);
    [all...]

Completed in 819 milliseconds

<<111213141516