Home
last modified time | relevance | path

Searched refs:GetModuleHandleExW (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/libloading/src/os/windows/
Dmod.rs120 with_get_last_error(|source| crate::Error::GetModuleHandleExW { source }, || { in this()
121 let result = libloaderapi::GetModuleHandleExW(0, std::ptr::null_mut(), &mut handle); in this()
153 with_get_last_error(|source| crate::Error::GetModuleHandleExW { source }, || { in open_already_loaded()
156 … let result = libloaderapi::GetModuleHandleExW(0, wide_filename.as_ptr(), &mut handle); in open_already_loaded()
/third_party/rust/crates/libloading/src/
Derror.rs54 GetModuleHandleExW { enumerator
115 GetModuleHandleExW { .. } => write!(f, "GetModuleHandleExW failed"), in fmt()
/third_party/rust/crates/libloading/tests/
Dfunctions.rs276 Err(libloading::Error::GetModuleHandleExW { .. }) => true, in library_open_already_loaded()
/third_party/mesa3d/src/util/
Ddisk_cache_os.c50GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_RE… in disk_cache_get_function_identifier()