Home
last modified time | relevance | path

Searched refs:category_path_name (Results 1 - 4 of 4) sorted by relevance

/third_party/vulkan-loader/tests/framework/shim/
H A Dshim_common.cpp90 std::string category_path_name(ManifestCategory category) { function
173 std::string category_path_name(ManifestCategory category) { function
205 redirect_path(home / ".local/share/vulkan" / category_path_name(category), new_path);
240 redirect_path(fs::path(path) / "vulkan" / category_path_name(category), new_path);
247 redirect_path(fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category), path);
257 return fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category);
H A Dshim.h228 std::string category_path_name(ManifestCategory category);
/third_party/vulkan-loader/tests/
H A Dloader_envvar_tests.cpp221 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober/vulkan") / category_path_name(category)).str())); in TEST()
222 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober2/vulkan") / category_path_name(category)).str())); in TEST()
223 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober3/vulkan") / category_path_name(category)).str())); in TEST()
224 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober4/with spaces/vulkan") / category_path_name(category)).str())); in TEST()
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp617 fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category) / "." / layer_binary_name, new_layer_location);

Completed in 5 milliseconds