Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/shim/
Dshim_common.cpp163 void PlatformShim::redirect_path(fs::path const& path, fs::path const& new_path) { redirection_map[… function in PlatformShim
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.h188 void redirect_path(fs::path const& path, fs::path const& new_path);
/third_party/vulkan-loader/tests/
Dloader_envvar_tests.cpp264 …env.platform_shim->redirect_path("/tmp/carol", env.get_folder(ManifestLocation::explicit_layer_env… in TEST()
313 …env.platform_shim->redirect_path("/tmp/carol", env.get_folder(ManifestLocation::explicit_layer_add… in TEST()