/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/ |
zsyscall_windows.go | 40 modkernel32 = syscall.NewLazyDLL(sysdll.Add("kernel32.dll"))
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
zsyscall_windows.go | 40 modkernel32 = syscall.NewLazyDLL(sysdll.Add("kernel32.dll"))
|
/external/cmockery/cmockery_0_1_2/windows/ |
makefile | 68 libcmt.lib kernel32.lib /NODEFAULTLIB:libc.lib \
|
/external/python/cpython2/Lib/ctypes/ |
__init__.py | 244 if not windll.kernel32.IsBadStringPtrA(self, -1): 458 GetLastError = windll.kernel32.GetLastError
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
__init__.py | 247 if not windll.kernel32.IsBadStringPtrA(self, -1): 461 GetLastError = windll.kernel32.GetLastError
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
__init__.py | 247 if not windll.kernel32.IsBadStringPtrA(self, -1): 461 GetLastError = windll.kernel32.GetLastError
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 247 if not windll.kernel32.IsBadStringPtrA(self, -1): 461 GetLastError = windll.kernel32.GetLastError
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 247 if not windll.kernel32.IsBadStringPtrA(self, -1): 461 GetLastError = windll.kernel32.GetLastError
|
/external/python/cpython2/Lib/ |
platform.py | 38 # 1.0.8 - changed Windows support to read version from kernel32.dll 592 kernel32 = WinDLL('kernel32') 602 actual_len = kernel32.GetModuleFileNameW(HANDLE(kernel32._handle), [all...] |
uuid.py | 396 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
|
/external/scapy/scapy/ |
pipetool.py | 549 handle = ctypes.windll.kernel32.OpenProcess(PROCESS_TERMINATE, False, self.pid) 550 ctypes.windll.kernel32.TerminateProcess(handle, -1) 551 ctypes.windll.kernel32.CloseHandle(handle)
|
utils.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
uuid.py | 347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
|
/external/libyuv/files/ |
setup_links.py | 241 if not ctypes.windll.kernel32.CreateSymbolicLinkW(
|
/external/webrtc/ |
setup_links.py | 262 if not ctypes.windll.kernel32.CreateSymbolicLinkW(
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
uuid.py | 347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
uuid.py | 347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
uuid.py | 347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
uuid.py | 347 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
nmake.mak | 168 LIBS = wbemuuid.lib libcmt.lib kernel32.lib uuid.lib ole32.lib oleaut32.lib \
|
/prebuilts/go/darwin-x86/src/internal/syscall/windows/ |
zsyscall_windows.go | 40 modkernel32 = syscall.NewLazyDLL(sysdll.Add("kernel32.dll"))
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/ |
zsyscall_windows.go | 40 modkernel32 = syscall.NewLazyDLL(sysdll.Add("kernel32.dll"))
|
/external/python/cpython3/Lib/ctypes/ |
__init__.py | 444 GetLastError = windll.kernel32.GetLastError
|
/external/python/cpython3/Lib/ |
uuid.py | 413 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
|
/external/capstone/bindings/vb6/ |
Module1.bas | 590 Private Declare Function lstrcpy Lib "kernel32" Alias "lstrcpyA" (ByVal lpString1 As String, ByVal lpString2 As String) As Long
591 Private Declare Function lstrlen Lib "kernel32" Alias "lstrlenA" (ByVal lpString As Long) As Long
|