| 477 | } |
| 478 | |
| 479 | const char* Config::getInstallDirectory() |
| 480 | { |
| 481 | return fb_get_master_interface()->getConfigManager()->getInstallDirectory(); |
| 482 | } |
| 483 | |
| 484 | static PathName* rootFromCommandLine = 0; |
| 485 |
nothing calls this directly
no test coverage detected