Searched refs:home_file (Results 1 – 1 of 1) sorted by relevance
248 std::string home_file = search_path + "/vulkan/settings.d/vk_layer_settings.txt"; in FindSettings() local249 if (stat(home_file.c_str(), &info) == 0) { in FindSettings()251 return home_file; in FindSettings()