Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/libloading/src/os/windows/
Dmod.rs11 …windows_targets::link!("kernel32.dll" "system" fn GetModuleHandleExW(flags: u32, module_name: *con…
85 with_get_last_error(|source| crate::Error::GetModuleHandleExW { source }, || { in this()
86 let result = GetModuleHandleExW(0, std::ptr::null_mut(), &mut handle); in this()
118 with_get_last_error(|source| crate::Error::GetModuleHandleExW { source }, || { in open_already_loaded()
121 let result = GetModuleHandleExW(0, wide_filename.as_ptr(), &mut handle); in open_already_loaded()
/aosp_15_r20/external/cronet/base/
H A Dnative_library_win.cc89 ::GetModuleHandleExW(0, library_path.value().c_str(), &module); in LoadSystemLibraryHelper()
163 if (::GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_PIN, in PinSystemLibrary()
175 if (::GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_PIN, in PinSystemLibrary()
/aosp_15_r20/external/rust/android-crates-io/crates/libloading/src/
Derror.rs60 GetModuleHandleExW { enumerator
121 GetModuleHandleExW { .. } => write!(f, "GetModuleHandleExW failed"), in fmt()
/aosp_15_r20/external/rust/android-crates-io/crates/shared_library/src/
Ddynamic_library.rs353 GetModuleHandleExW(0, ptr::null(), &mut handle) in open()
398 fn GetModuleHandleExW( in GetModuleHandleExW() function
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/test_support/
H A Dtest_window.cc47 ::GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | in CreateTestWindow()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dwin32_window.cc38 if (!GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | in Create()
/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils_win.cpp159 if (GetModuleHandleExW( in GetModuleDirectory()
/aosp_15_r20/external/rust/android-crates-io/crates/libloading/tests/
Dfunctions.rs274 Err(libloading::Error::GetModuleHandleExW { .. }) => true, in library_open_already_loaded()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dlibloaderapi.h96 …WINBASEAPI WINBOOL WINAPI GetModuleHandleExW (DWORD dwFlags, LPCWSTR lpModuleName, HMODULE *phModu…
/aosp_15_r20/external/mesa3d/src/util/
H A Ddisk_cache_os.c49GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_RE… in disk_cache_get_function_identifier()
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
H A Dkernel32.sym511 PUBLIC 1fcc1 c GetModuleHandleExW
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs68864 pub fn GetModuleHandleExW( in GetModuleHandleExW() function