HomeSort by relevance Sort by last modified time
    Searched refs:O_RDWR (Results 201 - 225 of 665) sorted by null

1 2 3 4 5 6 7 891011>>

  /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);
  /external/mesa3d/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/mesa3d/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/qemu/android/utils/
mapfile.c 42 if ((oflag & O_RDWR) == O_RDWR) {
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c 60 #define OPEN_FLAGS (O_RDWR|O_NONBLOCK)
258 audio_fd = open(audiodev, O_RDWR, 0);
  /external/qemu/
os-posix.c 309 TFR(fd = qemu_open("/dev/null", O_RDWR));
376 fd = qemu_open(filename, O_RDWR | O_CREAT, 0600);
  /external/stlport/src/details/
fstream_stdio.cpp 72 # define O_RDWR _O_RDWR
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
  /hardware/qcom/display/msm8960/libgenlock/
genlock.cpp 147 int fd = open(GENLOCK_DEVICE, O_RDWR);
232 int fd = open(GENLOCK_DEVICE, O_RDWR);
  /hardware/qcom/display/msm8960/liblight/
lights.c 87 fd = open(path, O_RDWR);
106 int fd = open(path, O_RDWR);
  /hardware/qcom/display/msm8974/liblight/
lights.c 87 fd = open(path, O_RDWR);
106 int fd = open(path, O_RDWR);
  /hardware/qcom/display/msm8x26/libgenlock/
genlock.cpp 147 int fd = open(GENLOCK_DEVICE, O_RDWR);
232 int fd = open(GENLOCK_DEVICE, O_RDWR);
  /hardware/qcom/display/msm8x26/liblight/
lights.c 87 fd = open(path, O_RDWR);
106 int fd = open(path, O_RDWR);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 72 # define O_RDWR _O_RDWR
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 42 if ((oflag & O_RDWR) == O_RDWR) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_html5fs_test.cc 206 ASSERT_EQ(0, mnt->Open(path, O_CREAT | O_RDWR, &node));
301 ASSERT_EQ(0, mnt->Open(Path("/file"), O_RDWR, &node));
315 EXPECT_EQ(0, mnt->Open(Path("/dir"), O_RDWR, &node));
395 ASSERT_EQ(0, mnt->Open(Path("/file"), O_RDWR, &node));
433 ASSERT_EQ(0, mnt->Open(Path("/file"), O_RDWR, &node));
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 191 O_RDWR | O_CREAT | O_TRUNC, 0600);
200 tdb = tdb_open(tdbname, 0, 0, O_RDWR, 0600);
320 dst_tdb = tdb_open(tdbname, 0, 0, O_RDWR, 0600);
  /system/core/adb/
services.c 186 ptm = unix_open("/dev/ptmx", O_RDWR); // | O_NOCTTY);
212 pts = unix_open(devname, O_RDWR);
353 ret = unix_open(name + 4, O_RDWR);
  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 184 int fd = open("/dev/mali0", O_RDWR);
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 63 int interface = open("/dev/net/tun", O_RDWR | O_NONBLOCK);
  /external/chromium/base/
platform_file_posix.cc 53 open_flags |= O_RDWR;
  /external/chromium_org/media/base/android/
webaudio_media_codec_bridge.cc 67 int fd = open(temporaryFile.c_str(), O_RDWR);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node.cc 69 case O_RDWR:
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_pre_init_manifest_file_test.cc 68 "ManifestNameService", O_RDWR,
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_unittest.cc 134 ASSERT_LE(0, fd = SandboxSyscall(__NR_open, "/dev/null", O_RDWR, 0L));

Completed in 1645 milliseconds

1 2 3 4 5 6 7 891011>>