Searched refs:close_fd (Results 1 – 1 of 1) sorted by relevance
923 int close_fd; // File descriptor to close; the read end of a pipe member946 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()1002 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument1003 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestSpawnChild()1026 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild()1027 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD, in ExecDeathTestSpawnChild()