Home | History | Annotate | Download | only in src

Lines Matching refs:fd_flags

1024   int fd_flags;
1026 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
1028 fd_flags | FD_CLOEXEC));