A struct that encompasses the arguments to the child process of a threadsafe-style death test process.
| 8809 | // A struct that encompasses the arguments to the child process of a |
| 8810 | // threadsafe-style death test process. |
| 8811 | struct ExecDeathTestArgs { |
| 8812 | char* const* argv; // Command-line arguments for the child's call to exec |
| 8813 | int close_fd; // File descriptor to close; the read end of a pipe |
| 8814 | }; |
| 8815 | |
| 8816 | # if GTEST_OS_MAC |
| 8817 | inline char** GetEnviron() { |
nothing calls this directly
no outgoing calls
no test coverage detected