Home
last modified time | relevance | path

Searched refs:Kernel32 (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/win/
Dntfssect.c305 XpFuncs->Kernel32 = LoadLibrary("kernel32.dll"); in NtfsSectLoadXpFuncs()
307 if (!XpFuncs->Kernel32) { in NtfsSectLoadXpFuncs()
314 XpFuncs->Kernel32, in NtfsSectLoadXpFuncs()
326 XpFuncs->Kernel32, in NtfsSectLoadXpFuncs()
349 if (XpFuncs->Kernel32) in NtfsSectUnloadXpFuncs()
350 FreeLibrary(XpFuncs->Kernel32); in NtfsSectUnloadXpFuncs()
351 XpFuncs->Kernel32 = NULL; in NtfsSectUnloadXpFuncs()
Dntfssect.h147 HMODULE Kernel32; member
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time.py132 ctypes.windll.Kernel32.QueryPerformanceFrequency(
155 ctypes.windll.Kernel32.QueryPerformanceFrequency(
158 qpc = ctypes.windll.Kernel32.QueryPerformanceCounter
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DRWMutex.inc51 HMODULE hLib = ::LoadLibrary(TEXT("Kernel32"));
/external/llvm/lib/Support/Windows/
DRWMutex.inc51 if (HMODULE hLib = ::GetModuleHandleW(L"Kernel32.dll")) {
/external/libusb/libusb/os/
Dwindows_winusb.h310 DLL_DECLARE_HANDLE(Kernel32);
Dwindows_winusb.c218 DLL_GET_HANDLE(Kernel32); in init_dlls()
219 DLL_LOAD_FUNC_PREFIXED(Kernel32, p, IsWow64Process, FALSE); in init_dlls()
241 DLL_FREE_HANDLE(Kernel32); in exit_dlls()