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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/ozone/platform/dri/
virtual_terminal_manager.cc 28 fd_ = open(kTTYDevice, O_RDWR | O_CLOEXEC, 0);
  /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/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);
  /external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc 102 fd = open_broker.Open(kR_WhiteListed, O_RDWR);
128 fd = open_broker.Open(kR_WhiteListedButDenied, O_RDWR);
149 fd = open_broker.Open(kW_WhiteListed, O_RDWR);
168 fd = open_broker.Open(kRW_WhiteListed, O_RDWR);
187 fd = open_broker.Open(k_NotWhitelisted, O_RDWR);
203 fd = open_broker.Open(kRW_WhiteListed, O_RDONLY | O_WRONLY | O_RDWR);
208 fd = open_broker.Open(kRW_WhiteListed, O_RDWR | O_CREAT);
249 fd = open_broker->Open(kFileCpuInfo, O_RDWR);
318 tempfile2 = open_broker.Open(tempfile_name, O_RDWR);
  /bootable/recovery/minadbd/
usb_linux_client.c 164 fd = unix_open("/dev/android_adb", O_RDWR);
167 fd = unix_open("/dev/android", O_RDWR);
251 fd = unix_open("/dev/android_adb_enable", O_RDWR);
272 h->control = adb_open(USB_FFS_ADB_EP0, O_RDWR);
290 h->bulk_out = adb_open(USB_FFS_ADB_OUT, O_RDWR);
296 h->bulk_in = adb_open(USB_FFS_ADB_IN, O_RDWR);
  /device/lge/hammerhead/liblight/
lights.c 64 fd = open(path, O_RDWR);
85 fd = open(path, O_RDWR);
  /device/samsung/manta/libsensors/
IioSensorBase.cpp 128 fd = open(mInputSysfsEnable, O_RDWR);
156 fd = open(mInputSysfsSamplingFrequency, O_RDWR);
  /art/runtime/base/
scoped_flock.cc 33 file_.reset(OS::OpenFileWithFlags(filename, O_CREAT | O_RDWR));
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 26 #define O_RDWR 00000002
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 88 fd = open(path, O_CREAT|O_EXCL|O_RDWR, S_IRUSR|S_IWUSR);
  /cts/tests/tests/security/jni/
android_security_cts_CharDeviceTest.cpp 36 int fd = open("/dev/exynos-mem", O_RDWR);
  /device/asus/flo/charger_touch/
charger_touch.c 51 int fd = open(TOUCH_PATH, O_RDWR, 0);
  /device/lge/hammerhead/libsensors/
ProximitySensor.cpp 69 int fd = open(sysfs, O_RDWR);
  /device/lge/mako/charger_touch/
charger_touch.c 51 int fd = open(TOUCH_PATH, O_RDWR, 0);
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/
QCameraUsbPriv.h 101 camHal->fd = open(camHal->dev_name, O_RDWR | O_NONBLOCK, 0);\
  /external/bison/lib/
fcntl.in.h 284 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
286 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
open.c 86 /* If the filename ends in a slash and one of O_CREAT, O_WRONLY, O_RDWR
99 - if O_WRONLY or O_RDWR is specified, open() must fail because POSIX
105 - if O_WRONLY or O_RDWR is specified, open() must fail because the
107 if (flags & (O_CREAT | O_WRONLY | O_RDWR))
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
syscalls_test.cc 65 int fd = open("/tmp/file", O_CREAT | O_RDWR, 0644);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system.cpp 29 fd_ = TEMP_FAILURE_RETRY(::open(path, O_RDWR));
  /external/chromium_org/third_party/libevent/sample/
event-test.c 106 /* Linux pipes are broken, we need O_RDWR instead of O_RDONLY */
108 socket = open (fifo, O_RDWR | O_NONBLOCK, 0);
  /external/chromium_org/third_party/webrtc/base/
linuxfdwalk_unittest.cc 62 int fd3 = open("/dev/null", O_RDWR);
  /external/chromium_org/tools/relocation_packer/src/
main.cc 149 const int fd = open(file, O_RDWR);

Completed in 890 milliseconds

12 3 4 5 6 7 8 91011>>