| 386 | |
| 387 | static void SetForceUnixPaths(bool v) { s_ForceUnixPaths = v; } |
| 388 | static bool GetForceUnixPaths() { return s_ForceUnixPaths; } |
| 389 | |
| 390 | // ConvertToOutputPath use s_ForceUnixPaths |
| 391 | static std::string ConvertToOutputPath(std::string const& path); |
no outgoing calls
no test coverage detected