Home
last modified time | relevance | path

Searched refs:FD_CLOEXEC (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/binder/
DFdUtils.h53 if (fcntl(pipefd[0], F_SETFD, FD_CLOEXEC) != 0 ||
54 fcntl(pipefd[1], F_SETFD, FD_CLOEXEC) != 0) {
/frameworks/base/cmds/incidentd/src/
Dincidentd_util.cpp96 fcntl(input->writeFd().get(), F_SETFD, FD_CLOEXEC); in fork_execute_cmd()
100 fcntl(output->readFd().get(), F_SETFD, FD_CLOEXEC); in fork_execute_cmd()
/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp70 if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0) { in SetCloseOnExec()
/frameworks/base/core/jni/
Dfd_utils.cpp384 int dup_flags = (fd_flags & FD_CLOEXEC) ? O_CLOEXEC : 0; in ReopenOrDetach()
/frameworks/native/libs/adbd_auth/
Dadbd_auth.cpp100 if (fcntl(sock_fd_.get(), F_SETFD, FD_CLOEXEC) != 0) { in AdbdAuthContext()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java339 public static final int FD_CLOEXEC = placeholder(); field in OsConstants
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp152 fcntl(fd.Get(), F_SETFD, FD_CLOEXEC);
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp250 initConstant(env, c, "FD_CLOEXEC", FD_CLOEXEC); in OsConstants_initConstants()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp4427 fcntl(s, F_SETFD, FD_CLOEXEC); in open_socket()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27793 field public static final int FD_CLOEXEC;