Home
last modified time | relevance | path

Searched refs:fd_flags (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dio_raw.c64 int fd_flags; in SPDYF_raw_new_session() local
69 fd_flags = fcntl (session->socket_fd, F_GETFL); in SPDYF_raw_new_session()
70 if ( -1 == fd_flags in SPDYF_raw_new_session()
71 || 0 != fcntl (session->socket_fd, F_SETFL, fd_flags | O_NONBLOCK)) in SPDYF_raw_new_session()
/third_party/libunwind/src/x86_64/
DGinit.c91 int fd_flags = fcntl (fd, F_GETFD, 0); in set_pipe_flags() local
94 fd_flags |= FD_CLOEXEC; in set_pipe_flags()
95 fcntl (fd, F_SETFD, fd_flags); in set_pipe_flags()
/third_party/libunwind/src/riscv/
DGinit.c115 int fd_flags = fcntl (fd, F_GETFD, 0); in set_pipe_flags() local
118 fd_flags |= FD_CLOEXEC; in set_pipe_flags()
119 fcntl (fd, F_SETFD, fd_flags); in set_pipe_flags()
/third_party/libunwind/src/arm/
DGinit.c93 int fd_flags = fcntl (fd, F_GETFD, 0); in set_pipe_flags() local
96 fd_flags |= FD_CLOEXEC; in set_pipe_flags()
97 fcntl (fd, F_SETFD, fd_flags); in set_pipe_flags()
/third_party/libunwind/src/aarch64/
DGinit.c106 int fd_flags = fcntl (fd, F_GETFD, 0); in set_pipe_flags() local
109 fd_flags |= FD_CLOEXEC; in set_pipe_flags()
110 fcntl (fd, F_SETFD, fd_flags); in set_pipe_flags()
/third_party/e2fsprogs/lib/ext2fs/
Dunix_io.c863 int fd_flags; in unixfd_open() local
867 fd_flags = fcntl(fd, F_GETFD); in unixfd_open()
868 if (fd_flags == -1) in unixfd_open()
872 if (fd_flags & O_RDWR) in unixfd_open()
874 if (fd_flags & O_EXCL) in unixfd_open()
877 if (fd_flags & O_DIRECT) in unixfd_open()
/third_party/NuttX/include/nuttx/fs/
Ddirent_fs.h246 unsigned int fd_flags; member
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc1335 int fd_flags; in ExecDeathTestSpawnChild() local
1337 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild()
1339 fd_flags | FD_CLOEXEC)); in ExecDeathTestSpawnChild()
/third_party/googletest/googletest/src/
Dgtest-death-test.cc1327 int fd_flags; in ExecDeathTestSpawnChild() local
1329 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild()
1331 fd_flags | FD_CLOEXEC)); in ExecDeathTestSpawnChild()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc9558 int fd_flags; in ExecDeathTestSpawnChild() local
9560 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild()
9562 fd_flags | FD_CLOEXEC)); in ExecDeathTestSpawnChild()