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

<<111213141516

  /external/chromium_org/chromeos/dbus/
debug_daemon_client.cc 334 write_fd = HANDLE_EINTR(open("/dev/null", O_WRONLY));
  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 754 mode = IS_XFERIN(transfer) ? O_RDONLY : O_WRONLY;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 104 write ? O_WRONLY | O_CREAT /*| O_CLOEXEC*/ : O_RDONLY, 0660);
  /external/linux-tools-perf/
builtin-record.c 508 session = perf_session__new(output_name, O_WRONLY,
  /external/oprofile/opcontrol/
opcontrol.cpp 429 fd = open(fullname, O_WRONLY);
  /external/qemu/block/
vpc.c 513 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
  /external/stressapptest/src/
os.cc 191 int dcfile = open(drop_caches_file, O_WRONLY);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 166 trace_fd = open(buf, O_WRONLY);
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 611 outFile = open(image,O_CREAT | O_TRUNC | O_WRONLY, S_IREAD | S_IWRITE);
mkyaffsimage.c 561 outFile = open(argv[2],O_CREAT | O_TRUNC | O_WRONLY, S_IREAD | S_IWRITE);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 572 int fd = open("/dev/null", O_WRONLY);
  /hardware/libhardware_legacy/wifi/
wifi.c 832 fd = TEMP_FAILURE_RETRY(open(WIFI_DRIVER_FW_PATH_PARAM, O_WRONLY));
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 116 fd = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0655);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 271 public static final int O_WRONLY = placeholder();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 434 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 434 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY,
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 389 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
  /external/chromium_org/third_party/libxml/src/
nanohttp.c     [all...]
  /external/libxml2/
nanohttp.c     [all...]
  /external/mksh/src/
exec.c 1312 flags = O_WRONLY | O_APPEND | O_CREAT;
1316 flags = O_WRONLY | O_CREAT | O_TRUNC;
    [all...]
  /external/openssh/
sftp-server.c 131 flags = O_WRONLY;
563 ((flags & O_ACCMODE) == O_WRONLY || (flags & O_ACCMODE) == O_RDWR))
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 718 if((g711decfdwrite=open(FIFO1,O_WRONLY))<0)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 434 if((g729decfdwrite=open(FIFO1,O_WRONLY))<0) {
    [all...]
  /system/vold/
VolumeManager.cpp     [all...]
  /external/iptables/libiptc/
libiptc.c     [all...]

Completed in 1315 milliseconds

<<111213141516