| 119 | |
| 120 | |
| 121 | bool Foam::setEnv |
| 122 | ( |
| 123 | const word& envName, |
| 124 | const std::string& value, |
| 125 | const bool overwrite |
| 126 | ) |
| 127 | { |
| 128 | return setenv(envName.c_str(), value.c_str(), overwrite) == 0; |
| 129 | } |
| 130 | |
| 131 | |
| 132 | Foam::string Foam::hostName(bool full) |
no outgoing calls
no test coverage detected