| 143 | } |
| 144 | |
| 145 | std::string FileSystem::getCurrentWorkingDirectory() { |
| 146 | return Platform::FileSystem::getCurrentWorkingDirectory(); |
| 147 | } |
| 148 | |
| 149 | std::string FileSystem::getRealPath( const std::string& path ) { |
| 150 | std::string realPath; |
nothing calls this directly
no outgoing calls
no test coverage detected