HomeSort by relevance Sort by last modified time
    Searched refs:FD_CLOEXEC (Results 226 - 250 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libchrome/sandbox/linux/syscall_broker/
broker_process_unittest.cc 470 ASSERT_TRUE(FD_CLOEXEC & ret);
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 690 FD_CLOEXEC);
platform_x11.c     [all...]
  /external/openssh/
sshconnect.c 283 fcntl(sock, F_SETFD, FD_CLOEXEC);
    [all...]
channels.c 250 fcntl(rfd, F_SETFD, FD_CLOEXEC);
252 fcntl(wfd, F_SETFD, FD_CLOEXEC);
254 fcntl(efd, F_SETFD, FD_CLOEXEC);
    [all...]
  /external/v8/src/
d8-posix.cc 269 fcntl(exec_error_fds[kWriteFD], F_SETFD, FD_CLOEXEC);
  /external/valgrind/include/vki/
vki-darwin.h 318 #define VKI_FD_CLOEXEC FD_CLOEXEC
vki-solaris.h 546 #define VKI_FD_CLOEXEC FD_CLOEXEC
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 734 fcntl(s, F_SETFD, FD_CLOEXEC);
    [all...]
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 149 fcntl(fd.Get(), F_SETFD, FD_CLOEXEC);
  /external/libcups/cups/
http.c 189 #ifdef FD_CLOEXEC
194 fcntl(http->fd, F_SETFD, FD_CLOEXEC);
195 #endif /* FD_CLOEXEC */
    [all...]
file.c 1256 fcntl(fp->fd, F_SETFD, fcntl(fp->fd, F_GETFD) | FD_CLOEXEC);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /external/mesa3d/src/glx/
dri2_glx.c 1084 fcntl(psc->fd, F_SETFD, fcntl(psc->fd, F_GETFD) | FD_CLOEXEC);
    [all...]
  /external/strace/
strace.c 456 newflags = flags | FD_CLOEXEC;
1235 * The descriptor is O_RDONLY with FD_CLOEXEC flag set.
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 224 initConstant(env, c, "FD_CLOEXEC", FD_CLOEXEC);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/dhcpcd-6.8.2/
dhcpcd.c     [all...]
if-bsd.c 135 fcntl(s, F_SETFD, flags | FD_CLOEXEC) == -1)
    [all...]
ipv6nd.c 176 fcntl(ctx->nd_fd, F_SETFD, on | FD_CLOEXEC) == -1)
    [all...]

Completed in 1239 milliseconds

1 2 3 4 5 6 7 8 91011>>