Home
last modified time | relevance | path

Searched refs:category_path_name (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/framework/shim/
H A Dshim_common.cpp65 std::string category_path_name(ManifestCategory category) { function
226 … std::string reg_path = std::string("SOFTWARE\\Khronos\\Vulkan\\") + category_path_name(category);
286 std::string category_path_name(ManifestCategory category) { function
342 redirect_path(fs::path(path) / "vulkan" / category_path_name(category), new_path);
349 redirect_path(fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category), path);
H A Dshim.h169 std::string category_path_name(ManifestCategory category);
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/
H A Dloader_regression_tests.cpp812 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober/vulkan") / category_path_name(category)).str())); in TEST()
813 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober2/vulkan") / category_path_name(category)).str())… in TEST()
814 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober3/vulkan") / category_path_name(category)).str())… in TEST()
815 …TRUE(debug_log.find((fs::path("/tmp/goober4/with spaces/vulkan") / category_path_name(category)).s… in TEST()