HomeSort by relevance Sort by last modified time
    Searched refs:FD_CLOEXEC (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /system/core/init/
property_service.c 89 fcntl(pa_workspace.fd, F_SETFD, FD_CLOEXEC);
557 fcntl(fd, F_SETFD, FD_CLOEXEC);
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox.cc 49 // 1. F_SETFD + FD_CLOEXEC: libevent's epoll_init uses this.
62 ErrorCode::OP_EQUAL, FD_CLOEXEC,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.cc 165 // Only setting of FD_CLOEXEC is supported.
166 if (flags & ~FD_CLOEXEC)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
native_drm.c 325 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_drm.c 144 fcntl(drmdpy->fd, F_SETFD, fcntl(drmdpy->fd, F_GETFD) | FD_CLOEXEC);
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_posix.cc 66 if(fcntl(_socket, F_SETFD, FD_CLOEXEC) == -1)
69 "Failed to set FD_CLOEXEC for socket");
  /external/dhcpcd/
common.c 115 fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1)
  /external/e2fsprogs/lib/et/
error_message.c 257 fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
  /external/ipsec-tools/
main.c 69 fcntl(control, F_SETFD, FD_CLOEXEC);
  /external/libselinux/src/
avc_internal.c 69 fcntl(fd, F_SETFD, FD_CLOEXEC);
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.c 325 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_drm.c 144 fcntl(drmdpy->fd, F_SETFD, fcntl(drmdpy->fd, F_GETFD) | FD_CLOEXEC);
  /external/qemu/distrib/libselinux/src/
avc_internal.c 69 fcntl(fd, F_SETFD, FD_CLOEXEC);
  /external/qemu/util/
oslib-posix.c 189 fcntl(fd, F_SETFD, f | FD_CLOEXEC);
193 * Creates a pipe with FD_CLOEXEC set on both file descriptors
  /bionic/libc/bionic/
system_properties.cpp 193 const int ret = fcntl(fd, F_SETFD, FD_CLOEXEC);
264 const int ret = fcntl(fd, F_SETFD, FD_CLOEXEC);
  /external/deqp/framework/delibs/deutil/
deSocket.c 414 int newFlags = (flags & DE_SOCKET_CLOSE_ON_EXEC) ? (oldFlags | FD_CLOEXEC) : (oldFlags & ~FD_CLOEXEC);
  /frameworks/native/cmds/installd/
installd.c 693 fcntl(lsocket, F_SETFD, FD_CLOEXEC);
702 fcntl(s, F_SETFD, FD_CLOEXEC);
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 414 if (flags & FD_CLOEXEC) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
x11_screen.c 275 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 258 * address space and the same file handles. By setting the FD_CLOEXEC flag
264 sys_fcntl(marker, F_SETFD, FD_CLOEXEC) < 0) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc 258 * address space and the same file handles. By setting the FD_CLOEXEC flag
264 sys_fcntl(marker, F_SETFD, FD_CLOEXEC) < 0) {
  /external/dnsmasq/src/
helper.c 274 fcntl(event_fd, F_SETFD, i | FD_CLOEXEC);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.c 275 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
  /external/mksh/src/
main.c 1042 (i & FD_CLOEXEC))
1186 if (fcntl(rv, F_SETFD, FD_CLOEXEC) < 0) {
1415 fcntl(shl_dbg_fd, F_SETFD, FD_CLOEXEC);
    [all...]
  /frameworks/native/libs/binder/
ProcessState.cpp 312 fcntl(fd, F_SETFD, FD_CLOEXEC);

Completed in 704 milliseconds

1 2 3 45 6 7 8