HomeSort by relevance Sort by last modified time
    Searched refs:F_SETFD (Results 76 - 100 of 243) sorted by null

1 2 34 5 6 7 8 910

  /system/extras/simpleperf/
event_fd.cpp 80 if (fcntl(perf_event_fd, F_SETFD, FD_CLOEXEC) == -1) {
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux.go 331 RawSyscall(SYS_FCNTL, uintptr(nextfd), F_SETFD, FD_CLOEXEC)
344 RawSyscall(SYS_FCNTL, uintptr(nextfd), F_SETFD, FD_CLOEXEC)
359 _, _, err1 = RawSyscall(SYS_FCNTL, uintptr(fd[i]), F_SETFD, 0)
430 if _, err = fcntl(p[0], F_SETFD, FD_CLOEXEC); err != nil {
433 _, err = fcntl(p[1], F_SETFD, FD_CLOEXEC)
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 331 RawSyscall(SYS_FCNTL, uintptr(nextfd), F_SETFD, FD_CLOEXEC)
344 RawSyscall(SYS_FCNTL, uintptr(nextfd), F_SETFD, FD_CLOEXEC)
359 _, _, err1 = RawSyscall(SYS_FCNTL, uintptr(fd[i]), F_SETFD, 0)
430 if _, err = fcntl(p[0], F_SETFD, FD_CLOEXEC); err != nil {
433 _, err = fcntl(p[1], F_SETFD, FD_CLOEXEC)
  /external/toybox/toys/pending/
syslogd.c 464 fcntl(TT.sigfd[1] , F_SETFD, FD_CLOEXEC);
465 fcntl(TT.sigfd[0] , F_SETFD, FD_CLOEXEC);
telnetd.c 318 fcntl(master_fd, F_SETFD, FD_CLOEXEC);
367 fcntl(new_fd, F_SETFD, FD_CLOEXEC);
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 19 import static android.system.OsConstants.F_SETFD;
199 Os.fcntlInt(childPipeFd, F_SETFD, 0);
    [all...]
  /bionic/tests/
fcntl_test.cpp 43 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC);
  /external/deqp/framework/delibs/deutil/
deFile.c 129 if (fcntl(file->fd, F_SETFD, newFlags) != 0)
  /external/dnsmasq/src/
helper.c 274 fcntl(event_fd, F_SETFD, i | FD_CLOEXEC);
  /external/perfetto/src/ipc/
client_impl.cc 161 int res = fcntl(*fd, F_SETFD, FD_CLOEXEC);
unix_socket.cc 191 int fcntl_res = fcntl(*fd_, F_SETFD, FD_CLOEXEC);
  /external/selinux/libselinux/src/
setrans_client.c 60 if (fcntl(fd, F_SETFD, FD_CLOEXEC)) {
  /external/tensorflow/tensorflow/core/platform/posix/
subprocess.cc 193 if (fcntl(parent_pipe_[i], F_SETFD, FD_CLOEXEC) < 0) {
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc     [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc     [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-death-test.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleXMLRPCServer.py 598 fcntl.fcntl(self.fileno(), fcntl.F_SETFD, flags)
  /external/autotest/client/common_lib/
logging_manager.py 600 fcntl.fcntl(self._fd, fcntl.F_SETFD,
  /external/libcups/cups/
http-addr.c 262 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
  /external/mksh/src/
main.c 1223 if (fcntl(rv, F_SETFD, FD_CLOEXEC) < 0) {
    [all...]
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 601 fcntl.fcntl(self.fileno(), fcntl.F_SETFD, flags)

Completed in 950 milliseconds

1 2 34 5 6 7 8 910