Home
last modified time | relevance | path

Searched refs:GetModuleHandleA (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/perfetto/src/base/
H A Dthread_utils.cc61 ::GetModuleHandleA("Kernel32.dll"), "SetThreadDescription")));
78 ::GetModuleHandleA("Kernel32.dll"), "GetThreadDescription")));
/aosp_15_r20/external/crosvm/win_util/src/
H A Ddll_notification.rs28 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 Dhandle_hooks_win.cc215 EATPatch(GetModuleHandleA("kernel32.dll"), "CloseHandle", in AddEATPatch()
218 EATPatch(GetModuleHandleA("kernel32.dll"), "DuplicateHandle", in AddEATPatch()
/aosp_15_r20/sdk/find_lock/
H A Dfind_lock.cpp164 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/
Dlibloaderapi.h83 WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName);
128 WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName);
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampling_profiler.cc818 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 Dapr_dbg_win32_handles.h132 #define GetModuleHandleA(nm) apr_dbg_rv(GetModuleHandleA,(nm)) macro
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc27 void *__stdcall GetModuleHandleA(const char *module_name);
34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in getRealProcAddressOrDie()
/aosp_15_r20/external/pciutils/lib/
H A Dphysmem-windows.c384 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/
Dbindings.rs29 windows_targets::link!("kernel32.dll" "system" fn GetModuleHandleA(lpModuleName: *const u8) -> HINS…
Dwaitaddress.rs25 let synch_dll = unsafe { GetModuleHandleA(b"api-ms-win-core-synch-l1-2-0.dll\0".as_ptr()) }; in create()
Dkeyed_event.rs52 let ntdll = unsafe { GetModuleHandleA(b"ntdll.dll\0".as_ptr()) }; in create()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dplatform_thread_types.cc82 ::GetModuleHandleA("Kernel32.dll"), "SetThreadDescription")); in SetCurrentThreadName()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_random_things.py27 windll.kernel32.GetModuleHandleA(None))
H A Dtest_errno.py48 GetModuleHandle = dll.GetModuleHandleA
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_random_things.py23 windll.kernel32.GetModuleHandleA(None))
Dtest_errno.py52 GetModuleHandle = dll.GetModuleHandleA
Dtest_win32.py49 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_random_things.py27 windll.kernel32.GetModuleHandleA(None))
Dtest_errno.py48 GetModuleHandle = dll.GetModuleHandleA
/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception_win.cc766 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 DSkLoadICU.cpp98 HMODULE hModule = GetModuleHandleA(NULL); in executable_directory()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_context.c176 HMODULE opengl_lib = GetModuleHandleA("opengl32.dll"); in wglCreateContextAttribsARB()
/aosp_15_r20/external/lzma/CPP/Windows/
H A DSystem.cpp166 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 Dcompat.rs116 let module = c::GetModuleHandleA(name.as_ptr().cast::<u8>()); in new()

123