Home | History | Annotate | Download | only in src

Lines Matching defs:close_fd

923   int close_fd;       // File descriptor to close; the read end of a pipe
946 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
1002 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) {
1003 ExecDeathTestArgs args = { argv, close_fd };
1025 // Set close_fd to be closed after spawn.
1026 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
1027 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD,