Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp480 AddDllDirectory(conver_str_to_wstr(new_driver_location.parent_path().str()).c_str());
623 AddDllDirectory(conver_str_to_wstr(new_layer_location.parent_path().str()).c_str());
/third_party/python/Modules/
H A Dposixmodule.c14712 PAddDllDirectory AddDllDirectory; in os__add_dll_directory_impl() local
14725 !(AddDllDirectory = (PAddDllDirectory)GetProcAddress( in os__add_dll_directory_impl()
14726 hKernel32, "AddDllDirectory")) || in os__add_dll_directory_impl()
14727 !(cookie = (*AddDllDirectory)(path->wide))) { in os__add_dll_directory_impl()

Completed in 17 milliseconds