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

/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc1031 fdio_spawn_action_t* add_stderr_action = &spawn_actions[1]; local in function:testing::internal::FuchsiaDeathTest::AssumeRole
1032 add_stderr_action->action = FDIO_SPAWN_ACTION_CLONE_FD;
1033 add_stderr_action->fd.local_fd = stderr_producer_fd;
1034 add_stderr_action->fd.target_fd = STDERR_FILENO;

Completed in 4 milliseconds