| 331 | static std::string VK_CURRENT_HOME_PATH = GetDefaultHomeDir(); |
| 332 | |
| 333 | void SetHomePath(const std::string& path) { ::VK_CURRENT_HOME_PATH = path; } |
| 334 | |
| 335 | static const std::string GetHomeDir() { |
| 336 | std::string absolute_path = qgetenv("VK_HOME").toStdString(); |
no outgoing calls
no test coverage detected