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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 120 int fd = ki_open(filename, O_WRONLY | O_CREAT);
340 fd1 = ki_open("/foo/bar", O_WRONLY | O_APPEND);
659 int fd = ki_open("/dummy", O_WRONLY);
mount_node_test.cc 297 ASSERT_EQ(0, handle.Init(O_CREAT | O_WRONLY));
302 // Reading from the O_WRONLY handle should be impossible
306 ASSERT_EQ(0, handle.Init(O_WRONLY));
  /external/zlib/src/examples/
gzlog.c     [all...]
  /system/core/init/
builtins.c 60 fd = open(path, O_WRONLY|O_CREAT|O_NOFOLLOW, 0600);
85 fd = open(path, O_WRONLY | O_NOFOLLOW);
719 if ((fd2 = open(args[2], O_WRONLY|O_CREAT|O_TRUNC, 0660)) < 0)
  /bionic/libc/bionic/
libc_logging.cpp 423 int main_log_fd = TEMP_FAILURE_RETRY(open("/dev/log/main", O_CLOEXEC | O_WRONLY));
465 int event_log_fd = TEMP_FAILURE_RETRY(open("/dev/log/events", O_CLOEXEC | O_WRONLY));
  /external/chromium_org/base/files/
file_posix.cc 157 open_flags |= O_WRONLY;
171 open_flags |= O_APPEND | O_WRONLY;
  /external/chromium_org/base/
platform_file_posix.cc 159 open_flags |= O_WRONLY;
173 open_flags |= O_APPEND | O_WRONLY;
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 104 if ((fd = open(filename, O_WRONLY)) < 0) {
490 if ((fd = open(jfile, O_CREAT|O_WRONLY, 0600)) < 0)
  /art/runtime/
signal_catcher.cc 104 int fd = open(stack_trace_file_.c_str(), O_APPEND | O_CREAT | O_WRONLY, 0666);
  /bionic/libc/unistd/
syslog.c 270 (fd = open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK, 0)) >= 0) {
  /dalvik/vm/hprof/
Hprof.cpp 122 outFd = open(tailCtx->fileName, O_WRONLY|O_CREAT|O_TRUNC, 0644);
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 231 open(filePath.string(), O_WRONLY | O_CREAT | O_TRUNC,
  /external/bsdiff/
bspatch.c 197 if(((fd=open(argv[2],O_CREAT|O_TRUNC|O_WRONLY,0666))<0) ||
  /external/chromium_org/chrome/renderer/
chrome_mock_render_thread.cc 107 int fd = open(path.value().c_str(), O_WRONLY);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_html5fs.cc 54 case O_WRONLY:
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.cc 98 int fd = open(fname, O_CREAT | O_WRONLY | O_TRUNC, 0666);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.cc 98 int fd = open(fname, O_CREAT | O_WRONLY | O_TRUNC, 0666);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 72 write ? O_WRONLY | O_CREAT : O_RDONLY, 0660);
  /external/dnsmasq/src/
log.c 113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP);
  /external/dropbear/
sshpty.c 330 fd = open(_PATH_TTY, O_WRONLY);
  /external/e2fsprogs/misc/
logsave.c 254 int openflags = O_CREAT|O_WRONLY|O_TRUNC;
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 430 fd = open(NFC_POWER_PATH, O_WRONLY);
  /external/openssh/
sshpty.c 182 fd = open(_PATH_TTY, O_WRONLY);
  /external/qemu/block/
cow.c 239 cow_fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY,
  /external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
SDL_dspaudio.c 58 #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK)

Completed in 279 milliseconds

1 2 3 4 5 6 78 91011>>