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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 59 #define O_RDWR _O_RDWR
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 68 #define O_RDWR _O_RDWR
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 59 #define O_RDWR _O_RDWR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 68 #define O_RDWR _O_RDWR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 59 #define O_RDWR _O_RDWR
  /system/core/init/
keychords.c 75 fd = open("/dev/keychord", O_RDWR);
  /system/core/libcutils/
ashmem-host.c 60 fd = open(name, O_RDWR | O_CREAT | O_EXCL, 0600);
  /system/core/libsync/
sync.c 93 return open("/dev/sw_sync", O_RDWR);
  /system/extras/sound/
playwav.c 46 afd = open("/dev/msm_pcm_out", O_RDWR);
215 fd = open(fn, O_CREAT | O_RDWR, 0666);
222 afd = open("/dev/msm_pcm_in", O_RDWR);
307 afd = open("/dev/msm_mp3", O_RDWR);
  /system/extras/tests/ext4/
corrupt_gdt_free_blocks.c 27 fd = open(argv[1], O_RDWR);
  /system/extras/tests/storage/
wipe_blkdev.c 103 fd = open(devname, O_RDWR);
  /external/openssh/openbsd-compat/
port-tun.c 64 if ((fd = open("/dev/net/tun", O_RDWR)) == -1) {
137 fd = open(name, O_RDWR);
142 if ((fd = open(name, O_RDWR)) >= 0)
  /external/qemu/target-i386/
hax-darwin.c 24 int fd = open("/dev/HAX", O_RDWR);
178 fd = open(vm_name, O_RDWR);
229 fd = open(devfs_path, O_RDWR);
  /system/extras/tests/framebuffer/
fb_test.c 58 fd = open("/dev/graphics/fb0", O_RDWR);
61 if ((fd = open("/dev/fb0", O_RDWR)) < 0) {
144 fd = open("/dev/tty0", O_RDWR | O_SYNC);
  /external/android-clat/
clatd.c 84 fd = open("/dev/tun", O_RDWR);
86 fd = open("/dev/net/tun", O_RDWR);
427 forwarding_fd = open("/proc/sys/net/ipv6/conf/all/forwarding", O_RDWR);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_fuse_test.cc 223 ASSERT_EQ(0, mnt_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node));
256 ASSERT_EQ(0, mnt_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node));
288 ASSERT_EQ(0, mnt_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node));
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 249 fd = open(filename, O_RDWR);
255 fd = open(filename, O_RDWR | O_CREAT, 0644);
259 fd = open(filename, O_RDWR | O_CREAT, 0644);
  /system/core/fastbootd/
usb_linux_client.c 167 usb_transport->control = open(USB_FFS_FASTBOOT_EP0, O_RDWR);
185 usb_transport->bulk_out = open(USB_FFS_FASTBOOT_OUT, O_RDWR);
191 usb_transport->bulk_in = open(USB_FFS_FASTBOOT_IN, O_RDWR);
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
mktemp.c 154 _open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
  /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/dropbear/
compat.c 180 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
  /external/e2fsprogs/misc/
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/e2fsprogs/tests/progs/
random_exercise.c 88 fd = open(template, O_CREAT|O_RDWR, 0600);
  /external/elfutils/tests/
update2.c 49 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, 0666);

Completed in 1075 milliseconds

1 2 3 4 5 67 8 91011>>