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

1 2 3 4 5 67 8

  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 412 fcntl(hDriver, F_SETFD, FD_CLOEXEC);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 237 public static final int FD_CLOEXEC = placeholder();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 55 flags |= _fcntl.FD_CLOEXEC
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 55 flags |= _fcntl.FD_CLOEXEC
subprocess.py     [all...]
  /system/core/adb/
fdevent.c 114 fcntl(epoll_fd, F_SETFD, FD_CLOEXEC);
  /external/iptables/libxtables/
xtables.c 313 if (fcntl(procfile, F_SETFD, FD_CLOEXEC) == -1) {
770 if (fcntl(sockfd, F_SETFD, FD_CLOEXEC) == -1) {
    [all...]
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 197 int rc = fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
    [all...]
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 639 fcntl.fcntl(write_pipe, fcntl.F_SETFD, old_flags | fcntl.FD_CLOEXEC)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_wayland.c 690 FD_CLOEXEC);
platform_x11.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 690 FD_CLOEXEC);
platform_x11.c     [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 299 #define VKI_FD_CLOEXEC FD_CLOEXEC
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 208 initConstant(env, c, "FD_CLOEXEC", FD_CLOEXEC);
  /system/core/init/
devices.c 1043 fcntl(device_fd, F_SETFD, FD_CLOEXEC);
  /external/chromium_org/third_party/mesa/src/src/glx/
dri2_glx.c 1084 fcntl(psc->fd, F_SETFD, fcntl(psc->fd, F_GETFD) | FD_CLOEXEC);
    [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 422 newflags = flags | FD_CLOEXEC;
    [all...]
  /external/ppp/pppd/
sys-linux.c 470 (void) fcntl(fd, F_SETFD, FD_CLOEXEC);
    [all...]
  /external/iptables/libiptc/
libiptc.c     [all...]
  /external/mksh/src/
funcs.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 552 milliseconds

1 2 3 4 5 67 8