| 135 | } |
| 136 | |
| 137 | bool FileSystem::isRemoteFS( const std::string& directory ) { |
| 138 | return Platform::FileSystem::isRemoteFS( directory ); |
| 139 | } |
| 140 | |
| 141 | bool FileSystem::changeWorkingDirectory( const std::string& directory ) { |
| 142 | return Platform::FileSystem::changeWorkingDirectory( directory ); |
nothing calls this directly
no outgoing calls
no test coverage detected