HomeSort by relevance Sort by last modified time
    Searched refs:O_RDWR (Results 51 - 75 of 330) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/e2fsprogs/misc/
e2label.c 92 fd = open_e2fs(dev, O_RDWR);
uuidd.c 77 open("/dev/null", O_RDWR);
78 open("/dev/null", O_RDWR);
79 open("/dev/null", O_RDWR);
242 fd_pidfile = open(pidfile_path, O_CREAT | O_RDWR, 0664);
  /external/fio/engines/
falloc.c 42 from_hash = file_lookup_open(f, O_CREAT|O_RDWR);
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 21 #define O_RDWR 00000002
  /external/lldb/source/Core/
ConnectionSharedMemory.cpp 117 int oflag = O_RDWR;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 88 int fd = ki_open("/test", O_RDWR | O_CREAT, 0777);
235 int file1 = ki_open("/test1.txt", O_RDWR | O_CREAT, 0777);
310 fd3 = ki_open("../test", O_CREAT | O_RDWR, 0777);
367 fd1 = ki_open("/foo/bar", O_RDWR | O_CREAT, 0777);
371 fd2 = ki_open("/foo/bar", O_RDWR | O_CREAT, 0777);
451 int fd = ki_open("/foo", O_CREAT | O_RDWR, 0777);
471 int fd = ki_open("/foo", O_CREAT | O_RDWR, 0777);
484 int fd = ki_open("/foo", O_CREAT | O_RDWR, 0777);
498 int new_fd = ki_open("/bar", O_CREAT | O_RDWR, 0777);
516 int fd = ki_open("/foo", O_CREAT | O_RDWR, 0777)
    [all...]
fuse_fs_test.cc 290 O_RDWR | O_CREAT, 0723, &node));
298 ASSERT_EQ(0, fs_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node));
330 ASSERT_EQ(0, fs_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node));
362 ASSERT_EQ(0, fs_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node));
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
nacl_io_demo.c 322 int fd1 = open("/dev/jspipe1", O_RDWR | O_NONBLOCK);
323 int fd2 = open("/dev/jspipe2", O_RDWR | O_NONBLOCK);
324 int fd3 = open("/dev/jspipe3", O_RDWR | O_NONBLOCK);
  /dalvik/libdex/
CmdUtils.cpp 57 fd = open(outFileName, O_RDWR | O_CREAT | O_EXCL, 0600);
  /development/tools/line_endings/
line_endings.c 52 fd = open(argv[i], O_RDWR);
  /device/asus/grouper/liblights/
lights.c 40 fd = open(path, O_RDWR);
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bench_load_library.cpp 36 int fd = open("/proc/sys/vm/drop_caches", O_RDWR);
  /external/e2fsprogs/tests/progs/
random_exercise.c 88 fd = open(template, O_CREAT|O_RDWR, 0600);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c 150 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
bp_signal.c 88 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC);
bp_signal_overflow.c 100 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC);
  /bootable/recovery/minui/
graphics_adf.c 124 pdata->intf_fd = adf_interface_open(dev, intf_id, O_RDWR);
166 int err = adf_device_open(dev_ids[i], O_RDWR, &dev);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 57 int pmem_fd = open("/dev/pmem_adsp", O_RDWR|O_SYNC);
169 int file_fd = open(filename, O_RDWR | O_CREAT, 0777);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 57 int pmem_fd = open("/dev/pmem_adsp", O_RDWR|O_SYNC);
169 int file_fd = open(filename, O_RDWR | O_CREAT, 0777);
  /external/bison/lib/
spawn-pipe.c 169 || ((nulloutfd = open ("NUL", O_RDWR, 0)) >= 0
309 "/dev/null", O_RDWR,
  /external/chromium_org/chromeos/process_proxy/
process_proxy.cc 196 pt_pair[PT_MASTER_FD] = HANDLE_EINTR(posix_openpt(O_RDWR | O_NOCTTY));
209 pt_pair_[PT_SLAVE_FD] = HANDLE_EINTR(open(slave_name, O_RDWR | O_NOCTTY));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
native_drm.c 319 fd = open(device_name, O_RDWR | O_CLOEXEC);
323 fd = open(device_name, O_RDWR);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_drm.c 138 drmdpy->fd = open(drmdpy->device_name, O_RDWR | O_CLOEXEC);
142 drmdpy->fd = open(drmdpy->device_name, O_RDWR);
  /external/dhcpcd/
bpf.c 64 fd = open(_PATH_BPF, O_RDWR | O_NONBLOCK);
72 fd = open(device, O_RDWR | O_NONBLOCK);
  /external/iproute2/ip/
iptuntap.c 57 fd = open(TUNDEV, O_RDWR);
86 int fd = open(TUNDEV, O_RDWR);

Completed in 717 milliseconds

1 23 4 5 6 7 8 91011>>