HomeSort by relevance Sort by last modified time
    Searched refs:O_WRONLY (Results 76 - 100 of 399) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /system/core/libcutils/
android_reboot.c 86 fd = open("/proc/sysrq-trigger", O_WRONLY);
  /system/core/liblog/
logd_write.c 105 log_fds[LOG_ID_MAIN] = log_open("/dev/"LOGGER_LOG_MAIN, O_WRONLY);
106 log_fds[LOG_ID_RADIO] = log_open("/dev/"LOGGER_LOG_RADIO, O_WRONLY);
107 log_fds[LOG_ID_EVENTS] = log_open("/dev/"LOGGER_LOG_EVENTS, O_WRONLY);
108 log_fds[LOG_ID_SYSTEM] = log_open("/dev/"LOGGER_LOG_SYSTEM, O_WRONLY);
  /system/core/libsparse/
simg2img.c 51 out = open(argv[argc - 1], O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0664);
  /system/core/libsuspend/
autosuspend_autosleep.c 90 autosleep_fd = open(SYS_POWER_AUTOSLEEP, O_WRONLY);
  /system/extras/tests/storage/
opentest.c 84 fds[i] = open(name, O_WRONLY | O_CREAT, 0666);
  /system/vold/
Xwarp.cpp 68 int fd = open(XWARP_CFG, O_WRONLY);
  /device/samsung/manta/power/
power_manta.c 46 int fd = open(path, O_WRONLY);
151 manta->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY);
  /external/chromium_org/base/debug/
trace_event_android.cc 94 g_atrace_fd = open(kATraceMarkerFile, O_WRONLY);
178 int atrace_fd = open(kATraceMarkerFile, O_WRONLY | O_APPEND);
  /external/chromium_org/third_party/ots/test/
idempotent.cc 71 O_WRONLY | O_CREAT | O_TRUNC | ADDITIONAL_OPEN_FLAGS, 0600);
73 O_WRONLY | O_CREAT | O_TRUNC | ADDITIONAL_OPEN_FLAGS, 0600);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.cc 159 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
174 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 159 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
174 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
  /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/third_party/libjingle/source/talk/base/
linuxfdwalk_unittest.cc 77 int fd2 = open("/dev/null", O_WRONLY);
  /external/e2fsprogs/lib/ss/
pager.c 104 fd = open("/dev/tty", O_WRONLY, 0);
  /external/valgrind/main/memcheck/tests/
writev1.c 35 if ((fd = open(f_name, O_WRONLY | O_CREAT, 0666)) < 0) {
  /external/valgrind/main/none/tests/
mq.c 27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0)

Completed in 510 milliseconds

1 2 34 5 6 7 8 91011>>