| 288 | } |
| 289 | |
| 290 | std::string GetExecutableDirectory() { |
| 291 | return Dirname(GetExecutablePath()); |
| 292 | } |
| 293 | |
| 294 | std::string Basename(const std::string& path) { |
| 295 | // Copy path because basename may modify the string passed in. |
nothing calls this directly
no test coverage detected