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

12 3 4 5 6 7 8 91011>>

  /hardware/libhardware/include/hardware/
qemu_pipe.h 68 fd = open("/dev/qemu_pipe", O_RDWR);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
66 fd = os.open(pty_name, os.O_RDWR)
78 result = os.open(tty_name, os.O_RDWR)
122 tmp_fd = os.open(os.ttyname(STDOUT_FILENO), os.O_RDWR)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
66 fd = os.open(pty_name, os.O_RDWR)
78 result = os.open(tty_name, os.O_RDWR)
122 tmp_fd = os.open(os.ttyname(STDOUT_FILENO), os.O_RDWR)
  /system/core/init/
watchdogd.c 50 fd = open(DEV_NAME, O_RDWR);
  /system/core/libcutils/
process_name.c 85 int fd = open(PROCESS_NAME_DEVICE, O_RDWR);
  /hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c 91 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
97 fd = open(bt_hci_transport_device.name, (O_RDWR | O_NOCTTY));
  /external/openssh/
sshpty.c 115 fd = open(tty, O_RDWR|O_NOCTTY);
128 fd = open("/dev/tty", O_RDWR);
137 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
150 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
170 fd = open(tty, O_RDWR);
  /external/stlport/src/details/
fstream_unistd.cpp 53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
89 case O_RDWR:
180 flags = O_RDWR;
183 flags = O_RDWR | O_CREAT | O_TRUNC;
187 flags = O_RDWR | O_CREAT | O_APPEND;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
89 case O_RDWR:
180 flags = O_RDWR;
183 flags = O_RDWR | O_CREAT | O_TRUNC;
187 flags = O_RDWR | O_CREAT | O_APPEND;
  /system/core/toolbox/
alarm.c 64 afd = open("/dev/alarm", O_RDWR);
159 nfd = open("/sys/android_power/acquire_full_wake_lock", O_RDWR);
163 nfd = open("/sys/android_power/release_wake_lock", O_RDWR);
date.c 37 fd = open("/dev/alarm", O_RDWR);
118 fd = open("/dev/alarm", O_RDWR);
setconsole.c 104 fd = open(ttydev, O_RDWR | O_SYNC);
147 fd = open(ttydev, O_RDWR | O_SYNC);
  /device/lge/hammerhead/libsensors/
LightSensor.cpp 60 fd = open(sysfs, O_RDWR);
88 int fd = open(sysfs, O_RDWR);
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 31 #ifndef O_RDWR
32 #define O_RDWR 02
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 26 #define O_RDWR 00000002
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fdopen.c 74 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) {
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 20 #define O_RDWR 00000002
  /external/chromium_org/rlz/lib/
recursive_cross_process_lock_posix.cc 44 file_lock_ = open(lock_filename.value().c_str(), O_RDWR | O_CREAT, 0666);
  /external/chromium_org/third_party/skia/src/utils/android/
ashmem.cpp 38 fd = open(ASHMEM_DEVICE, O_RDWR);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 64 my $X = tie my %h, "DB_File", $accountdb, O_RDWR|O_CREAT, 0600, $DB_HASH;
143 my $X = tie my %h, "DB_File", $accountdb, O_RDWR|O_CREAT, 0600, $DB_HASH;
151 my $X = tie my %h, "DB_File", $accountdb, O_RDWR|O_CREAT, 0600, $DB_HASH;
163 my $X = tie my %h, "DB_File", $accountdb, O_RDWR|O_CREAT, 0600, $DB_HASH;
  /external/e2fsprogs/e2fsck/
extend.c 55 fd = open(filename, O_RDWR);
  /external/kernel-headers/original/asm-generic/
fcntl.h 21 #define O_RDWR 00000002
  /external/libselinux/src/
canonicalize_context.c 26 fd = open(path, O_RDWR);
compute_av.c 30 fd = open(path, O_RDWR);
compute_create.c 29 fd = open(path, O_RDWR);

Completed in 2438 milliseconds

12 3 4 5 6 7 8 91011>>