Searched refs:FD_CLOEXEC (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/binder/ |
D | FdUtils.h | 53 if (fcntl(pipefd[0], F_SETFD, FD_CLOEXEC) != 0 || 54 fcntl(pipefd[1], F_SETFD, FD_CLOEXEC) != 0) {
|
/frameworks/base/cmds/incidentd/src/ |
D | incidentd_util.cpp | 96 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/ |
D | otapreopt_chroot.cpp | 70 if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0) { in SetCloseOnExec()
|
/frameworks/base/core/jni/ |
D | fd_utils.cpp | 384 int dup_flags = (fd_flags & FD_CLOEXEC) ? O_CLOEXEC : 0; in ReopenOrDetach()
|
/frameworks/native/libs/adbd_auth/ |
D | adbd_auth.cpp | 100 if (fcntl(sock_fd_.get(), F_SETFD, FD_CLOEXEC) != 0) { in AdbdAuthContext()
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | OsConstants.java | 339 public static final int FD_CLOEXEC = placeholder(); field in OsConstants
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_endpoint.cpp | 152 fcntl(fd.Get(), F_SETFD, FD_CLOEXEC);
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 250 initConstant(env, c, "FD_CLOEXEC", FD_CLOEXEC); in OsConstants_initConstants()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 4427 fcntl(s, F_SETFD, FD_CLOEXEC); in open_socket()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27793 field public static final int FD_CLOEXEC;
|