Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1011 fdio_spawn_action_t* add_stderr_action = &spawn_actions[1]; in AssumeRole() local
1012 add_stderr_action->action = FDIO_SPAWN_ACTION_CLONE_FD; in AssumeRole()
1013 add_stderr_action->fd.local_fd = stderr_producer_fd; in AssumeRole()
1014 add_stderr_action->fd.target_fd = STDERR_FILENO; in AssumeRole()