Home
last modified time | relevance | path

Searched refs:REGSAM (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/rtc_base/win/
Dwindows_version.cc31 const REGSAM kWow64AccessMask = KEY_WOW64_32KEY | KEY_WOW64_64KEY;
41 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) in RegKey()
56 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create()
64 REGSAM access) { in CreateWithDisposition()
80 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open()
164 REGSAM wow64access_;
/external/python/cpython3/PC/clinic/
Dwinreg.c.h247 REGSAM access);
258 REGSAM access = KEY_WRITE; in winreg_CreateKeyEx()
346 const Py_UNICODE *sub_key, REGSAM access,
357 REGSAM access = KEY_WOW64_64KEY; in winreg_DeleteKeyEx()
656 int reserved, REGSAM access);
667 REGSAM access = KEY_READ; in winreg_OpenKey()
708 int reserved, REGSAM access);
719 REGSAM access = KEY_READ; in winreg_OpenKeyEx()
/external/lzma/CPP/Windows/
DRegistry.h32 REGSAM accessMask = KEY_ALL_ACCESS,
35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw();
DRegistry.cpp22 LPTSTR keyClass, DWORD options, REGSAM accessMask, in Create()
40 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open()
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py32 REGSAM = ACCESS_MASK variable
103 SetupDiOpenDevRegKey.argtypes = [HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM]
/external/python/cpython3/PC/
Dwinreg.c932 REGSAM access) in winreg_CreateKeyEx_impl()
1016 const Py_UNICODE *sub_key, REGSAM access, in winreg_DeleteKeyEx_impl()
1021 typedef LONG (WINAPI *RDKEFunc)(HKEY, const wchar_t*, REGSAM, int); in winreg_DeleteKeyEx_impl()
1382 int reserved, REGSAM access) in winreg_OpenKey_impl()
1418 int reserved, REGSAM access) in winreg_OpenKeyEx_impl()
Dlauncher.c249 _locate_pythons_for_key(HKEY root, LPCWSTR subkey, REGSAM flags, int bits, in _locate_pythons_for_key()
436 locate_pythons_for_key(HKEY root, REGSAM flags) in locate_pythons_for_key()
/external/python/cpython2/PC/
D_winreg.c1061 REGSAM sam = KEY_WRITE; in PyCreateKeyEx()
1100 typedef LONG (WINAPI *RDKEFunc)(HKEY, const char*, REGSAM, int); in PyDeleteKeyEx()
1105 REGSAM sam = KEY_WOW64_64KEY; in PyDeleteKeyEx()
1356 REGSAM sam = KEY_READ; in PyOpenKey()
/external/libusb/libusb/os/
Dwindows_winusb.h282 …(WINAPI, HKEY, p, SetupDiOpenDevRegKey, (HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM));
/external/ImageMagick/MagickCore/
Dnt-base.c1087 REGSAM in NTLocateGhostscript()