/aosp_15_r20/external/perfetto/src/base/ |
H A D | thread_utils.cc | 61 ::GetModuleHandleA("Kernel32.dll"), "SetThreadDescription"))); 78 ::GetModuleHandleA("Kernel32.dll"), "GetThreadDescription")));
|
/aosp_15_r20/external/crosvm/win_util/src/ |
H A D | dll_notification.rs | 28 use winapi::um::libloaderapi::GetModuleHandleA; 101 GetModuleHandleA(/* lpModuleName= */ NTDLL.as_ptr() as *const CHAR), in LdrRegisterDllNotification() 129 GetModuleHandleA(/* lpModuleName= */ NTDLL.as_ptr() as *const CHAR), in LdrUnregisterDllNotification()
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | handle_hooks_win.cc | 215 EATPatch(GetModuleHandleA("kernel32.dll"), "CloseHandle", in AddEATPatch() 218 EATPatch(GetModuleHandleA("kernel32.dll"), "DuplicateHandle", in AddEATPatch()
|
/aosp_15_r20/sdk/find_lock/ |
H A D | find_lock.cpp | 164 GetModuleHandleA("ntdll.dll"), "NtQuerySystemInformation"); in init() 168 GetModuleHandleA("ntdll.dll"), "NtQueryInformationFile"); in init() 172 GetModuleHandleA("ntdll.dll"), "NtQueryObject"); in init()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | libloaderapi.h | 83 WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName); 128 WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName);
|
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | stack_sampling_profiler.cc | 818 if (GetModuleHandleA(base::win::kApplicationVerifierDllName)) in IsSupportedForCurrentPlatform() 823 if (GetModuleHandleA("tmmon64.dll") || GetModuleHandleA("tmmonmgr64.dll")) in IsSupportedForCurrentPlatform()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/ |
H A D | apr_dbg_win32_handles.h | 132 #define GetModuleHandleA(nm) apr_dbg_rv(GetModuleHandleA,(nm)) macro
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_win_dll_thunk.cc | 27 void *__stdcall GetModuleHandleA(const char *module_name); 34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in getRealProcAddressOrDie()
|
/aosp_15_r20/external/pciutils/lib/ |
H A D | physmem-windows.c | 384 w32skrnl = GetModuleHandleA("w32skrnl.dll"); in win32_get_baseaddr_from_hmodule() 529 w32skrnl = GetModuleHandleA("w32skrnl.dll"); in init_physmem_w32skrnl() 599 kernel32 = GetModuleHandleA("kernel32.dll"); in init_physmem_vxdcall()
|
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/thread_parker/windows/ |
D | bindings.rs | 29 windows_targets::link!("kernel32.dll" "system" fn GetModuleHandleA(lpModuleName: *const u8) -> HINS…
|
D | waitaddress.rs | 25 let synch_dll = unsafe { GetModuleHandleA(b"api-ms-win-core-synch-l1-2-0.dll\0".as_ptr()) }; in create()
|
D | keyed_event.rs | 52 let ntdll = unsafe { GetModuleHandleA(b"ntdll.dll\0".as_ptr()) }; in create()
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | platform_thread_types.cc | 82 ::GetModuleHandleA("Kernel32.dll"), "SetThreadDescription")); in SetCurrentThreadName()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_random_things.py | 27 windll.kernel32.GetModuleHandleA(None))
|
H A D | test_errno.py | 48 GetModuleHandle = dll.GetModuleHandleA
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_random_things.py | 23 windll.kernel32.GetModuleHandleA(None))
|
D | test_errno.py | 52 GetModuleHandle = dll.GetModuleHandleA
|
D | test_win32.py | 49 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_random_things.py | 27 windll.kernel32.GetModuleHandleA(None))
|
D | test_errno.py | 48 GetModuleHandle = dll.GetModuleHandleA
|
/aosp_15_r20/external/compiler-rt/lib/interception/ |
H A D | interception_win.cc | 766 if (HMODULE h = GetModuleHandleA(InterestingDLLs[i])) in InterestingDLLsAvailable() 843 HMODULE module = GetModuleHandleA(module_to_patch); in OverrideImportedFunction()
|
/aosp_15_r20/external/skia/third_party/icu/ |
H A D | SkLoadICU.cpp | 98 HMODULE hModule = GetModuleHandleA(NULL); in executable_directory()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_context.c | 176 HMODULE opengl_lib = GetModuleHandleA("opengl32.dll"); in wglCreateContextAttribsARB()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | System.cpp | 166 Func_GlobalMemoryStatusEx, ::GetModuleHandleA("kernel32.dll"), in GetRamSize()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | compat.rs | 116 let module = c::GetModuleHandleA(name.as_ptr().cast::<u8>()); in new()
|