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

1 2 3 4 56 7 8 91011>>

  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 195 fd = open(SMC_DRIVER_NAME, O_RDWR, 0);
254 fd = open(SMC_DRIVER_NAME, O_RDWR, 0);
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 269 fd = small_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
273 fd = large_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
  /system/core/init/
logo.c 56 fb->fd = open("/dev/graphics/fb0", O_RDWR);
95 fd = open("/dev/tty0", O_RDWR | O_SYNC);
  /system/core/libsuspend/
autosuspend_wakeup_count.c 144 state_fd = open(SYS_POWER_STATE, O_RDWR);
151 wakeup_count_fd = open(SYS_POWER_WAKEUP_COUNT, O_RDWR);
  /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);
  /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/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/ppapi/native_client/src/trusted/plugin/
temporary_file.cc 94 plugin_->wrapper_factory()->MakeFileDescQuota(fd, O_RDWR, identifier_));
  /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/libjingle/source/talk/base/
linuxfdwalk_unittest.cc 79 int fd3 = open("/dev/null", O_RDWR);
  /external/chromium_org/ui/gfx/ozone/dri/
dri_wrapper.cc 16 fd_ = open(device_path, O_RDWR | O_CLOEXEC);
  /external/e2fsprogs/misc/
e2label.c 92 fd = open_e2fs(dev, O_RDWR);
  /external/elfutils/tests/
arextract.c 106 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, 0666);
update1.c 48 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, 0666);
  /external/openssh/openbsd-compat/
mktemp.c 141 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
  /external/valgrind/main/memcheck/tests/
file_locking.c 42 fd = open(filename, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
writev1.c 49 if ((fd = open(f_name, O_RDWR, 0666)) < 0) {
  /frameworks/base/services/jni/
com_android_server_AlarmManagerService.cpp 60 return open("/dev/alarm", O_RDWR);
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211_nl.c 50 int fd = open("/sys/devices/platform/wl1271/bt_coex_state", O_RDWR, 0);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
mmapped_buffer.h 34 const int openMode = isUpdatable ? O_RDWR : O_RDONLY;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 68 #define O_RDWR _O_RDWR

Completed in 2346 milliseconds

1 2 3 4 56 7 8 91011>>