| 41 | } |
| 42 | |
| 43 | void SubProcess::CreateOptions::SetEnvironments(const std::map<std::string, std::string>& envs) |
| 44 | { |
| 45 | m_envs = envs; |
| 46 | m_replace_envs = true; |
| 47 | } |
| 48 | |
| 49 | void SubProcess::CreateOptions::AddEnvironment(const char* name, const char* value) |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected