Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc994 fdio_spawn_action_t* add_handle_action = &spawn_actions[0]; in AssumeRole() local
995 add_handle_action->action = FDIO_SPAWN_ACTION_ADD_HANDLE; in AssumeRole()
996 add_handle_action->h.id = PA_HND(PA_FD, kFuchsiaReadPipeFd); in AssumeRole()
997 add_handle_action->h.handle = child_pipe_handle; in AssumeRole()