Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp609 auto new_layer_location = folder.copy_file(layer.lib_path, layer_binary_name.str()); local
613 platform_shim->redirect_dlopen_name(layer_binary_name, new_layer_location);
617 fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category) / "." / layer_binary_name, new_layer_location);
623 AddDllDirectory(conver_str_to_wstr(new_layer_location.parent_path().str()).c_str());
631 layers.push_back(TestLayerHandle(new_layer_location));
639 layer.lib_path = new_layer_location;

Completed in 3 milliseconds