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