| 41 | |
| 42 | namespace { |
| 43 | std::shared_ptr<const std::string> *GetSharedDataDir() { |
| 44 | static auto g_data_dir = std::make_shared<const std::string>(INSTALL_DATADIR); |
| 45 | return &g_data_dir; |
| 46 | } |
| 47 | } // namespace |
| 48 | |
| 49 | std::string GetDataDir() { |
no outgoing calls
no test coverage detected