| 300 | } |
| 301 | |
| 302 | String Path::getRootAndPath() const |
| 303 | { |
| 304 | if( mRoot != '/' ) |
| 305 | return Path::Join(mRoot, ':', mPath); |
| 306 | else |
| 307 | return mPath; |
| 308 | } |
| 309 | |
| 310 | const String& Path::setRoot(const String &s) |
| 311 | { |
no outgoing calls
no test coverage detected