| 47 | } |
| 48 | |
| 49 | void SubProcess::CreateOptions::AddEnvironment(const char* name, const char* value) |
| 50 | { |
| 51 | m_envs[name] = value; |
| 52 | } |
| 53 | |
| 54 | void SubProcess::CreateOptions::RedirectStdInput(int fd) |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected