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

12 3

  /frameworks/base/cmds/dumpstate/
dumpstate.c 210 if (vibrator) fcntl(fileno(vibrator), F_SETFD, FD_CLOEXEC);
  /frameworks/base/core/jni/
com_android_internal_os_ZygoteInit.cpp 193 err = fcntl(fd, F_SETFD, fdFlags);
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 226 fcntl(statusOut, F_SETFD, FD_CLOEXEC);
  /external/strace/
strace.c 388 if (fcntl(fileno(outf), F_SETFD, f|FD_CLOEXEC) < 0 ) {
802 if (fcntl(tcp->pfd, F_SETFD, arg|FD_CLOEXEC) < 0) {
803 perror("F_SETFD");
815 if (fcntl(tcp->pfd_stat, F_SETFD, arg|FD_CLOEXEC) < 0) {
816 perror("F_SETFD");
828 if (fcntl(tcp->pfd_as, F_SETFD, arg|FD_CLOEXEC) < 0) {
829 perror("F_SETFD");
848 if (fcntl(tcp->pfd, F_SETFD, arg|FD_CLOEXEC) < 0) {
849 perror("F_SETFD");
    [all...]
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi_hw.c 241 if (fcntl(fd, F_SETFD, FD_CLOEXEC) != 0) {
  /device/samsung/crespo/alsa-lib/src/timer/
timer_hw.c 243 if (fcntl(fd, F_SETFD, FD_CLOEXEC) != 0) {
  /external/chromium/third_party/libevent/
epoll.c 90 if (fcntl(x, F_SETFD, 1) == -1) \
91 event_warn("fcntl(%d, F_SETFD)", x); \
  /external/dnsmasq/src/
helper.c 274 fcntl(event_fd, F_SETFD, i | FD_CLOEXEC);
  /frameworks/base/libs/binder/
ProcessState.cpp 331 fcntl(fd, F_SETFD, FD_CLOEXEC);
  /system/core/init/
bootchart.c 163 fcntl(fd, F_SETFD, FD_CLOEXEC);
util.c 54 fcntl(log_fd, F_SETFD, FD_CLOEXEC);
devices.c 697 fcntl(device_fd, F_SETFD, FD_CLOEXEC);
init.c 143 fcntl(fd, F_SETFD, 0);
  /system/core/sh/
input.c 461 (void) fcntl(fd, F_SETFD, FD_CLOEXEC);
  /dalvik/vm/
Misc.c 668 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) {
  /device/samsung/crespo/alsa-lib/src/control/
control_hw.c 399 if (fcntl(fd, F_SETFD, FD_CLOEXEC) != 0) {
  /device/samsung/crespo/alsa-lib/src/seq/
seq_hw.c 464 if (fcntl(fd, F_SETFD, FD_CLOEXEC) != 0) {
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 609 GTEST_DEATH_TEST_CHECK(fcntl(pipe_fd[1], F_SETFD, 0) != -1);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 114 fcntl(fd, F_SETFD, i | FD_CLOEXEC);
  /system/core/adb/
fdevent.c 97 fcntl(epoll_fd, F_SETFD, FD_CLOEXEC);
services.c 286 fcntl(ptm, F_SETFD, FD_CLOEXEC);
sysdeps.h 294 fcntl( fd, F_SETFD, FD_CLOEXEC );
  /external/ppp/pppd/
tty.c 629 (void) fcntl(ipipe[0], F_SETFD, FD_CLOEXEC);
630 (void) fcntl(opipe[1], F_SETFD, FD_CLOEXEC);
    [all...]
  /external/chromium/base/
process_util_posix.cc 290 if ((flags == -1) || (fcntl(i, F_SETFD, flags | FD_CLOEXEC) == -1)) {
  /external/v8/src/
d8-posix.cc 278 fcntl(exec_error_fds[kWriteFD], F_SETFD, FD_CLOEXEC);

Completed in 607 milliseconds

12 3