Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/shim/
Dshim_common.cpp90 std::string category_path_name(ManifestCategory category) { function
153 std::string category_path_name(ManifestCategory category) { function
207 redirect_path(fs::path(path) / "vulkan" / category_path_name(category), new_path);
214 redirect_path(fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category), path);
Dshim.h201 std::string category_path_name(ManifestCategory category);
/third_party/vulkan-loader/tests/
Dloader_envvar_tests.cpp194 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober/vulkan") / category_path_name(category)).str())); in TEST()
195 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober2/vulkan") / category_path_name(category)).str())… in TEST()
196 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober3/vulkan") / category_path_name(category)).str())… in TEST()
197 …TRUE(debug_log.find((fs::path("/tmp/goober4/with spaces/vulkan") / category_path_name(category)).s… in TEST()