HomeSort by relevance Sort by last modified time
    Searched refs:RegOpenKeyEx (Results 1 - 25 of 28) sorted by null

1 2

  /external/libusb/msvc/
missing.c 50 rc = RegOpenKeyEx(HKEY_LOCAL_MACHINE, ENVIRONMENT_REG_PATH, 0, KEY_QUERY_VALUE, &hkey);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvccompiler.py 29 RegOpenKeyEx = _winreg.OpenKeyEx
41 RegOpenKeyEx = win32api.RegOpenKeyEx
63 handle = RegOpenKeyEx(base, key)
83 handle = RegOpenKeyEx(base, key)
141 h = RegOpenKeyEx(base, p)
msvc9compiler.py 30 RegOpenKeyEx = _winreg.OpenKeyEx
79 handle = RegOpenKeyEx(base, key)
100 handle = RegOpenKeyEx(base, key)
160 h = RegOpenKeyEx(base, p)
  /external/python/cpython2/Lib/distutils/
msvccompiler.py 29 RegOpenKeyEx = _winreg.OpenKeyEx
41 RegOpenKeyEx = win32api.RegOpenKeyEx
63 handle = RegOpenKeyEx(base, key)
83 handle = RegOpenKeyEx(base, key)
141 h = RegOpenKeyEx(base, p)
msvc9compiler.py 30 RegOpenKeyEx = _winreg.OpenKeyEx
79 handle = RegOpenKeyEx(base, key)
100 handle = RegOpenKeyEx(base, key)
160 h = RegOpenKeyEx(base, p)
  /external/python/cpython3/Lib/distutils/
msvccompiler.py 26 RegOpenKeyEx = winreg.OpenKeyEx
38 RegOpenKeyEx = win32api.RegOpenKeyEx
58 handle = RegOpenKeyEx(base, key)
78 handle = RegOpenKeyEx(base, key)
135 h = RegOpenKeyEx(base, p)
msvc9compiler.py 29 RegOpenKeyEx = winreg.OpenKeyEx
75 handle = RegOpenKeyEx(base, key)
96 handle = RegOpenKeyEx(base, key)
156 h = RegOpenKeyEx(base, p)
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 72 ret = RegOpenKeyEx(_hk, name, 0, KEY_QUERY_VALUE, &hk);
149 ret = RegOpenKeyEx(WPA_KEY_ROOT, WPA_KEY_PREFIX,
191 ret = RegOpenKeyEx(hk, TEXT("interfaces"), 0, KEY_ENUMERATE_SUB_KEYS,
config_winreg.c 58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk);
294 ret = RegOpenKeyEx(hk, netw, 0, KEY_QUERY_VALUE, &nhk);
382 ret = RegOpenKeyEx(hk, TEXT("networks"), 0, KEY_ENUMERATE_SUB_KEYS,
464 ret = RegOpenKeyEx(WPA_KEY_ROOT, buf, 0, KEY_QUERY_VALUE, &hk);
647 ret = RegOpenKeyEx(hk, key, 0, KEY_ENUMERATE_SUB_KEYS | DELETE, &nhk);
846 ret = RegOpenKeyEx(hk, TEXT("networks"), 0, KEY_CREATE_SUB_KEY, &nhk);
1012 ret = RegOpenKeyEx(WPA_KEY_ROOT, buf, 0, KEY_SET_VALUE | DELETE, &hk);
  /external/python/cpython2/PC/
getpathp.c 255 rc=RegOpenKeyEx(keyBase,
282 rc=RegOpenKeyEx(newKey,
_winreg.c 54 "OpenKey() - Alias for <om win32api.RegOpenKeyEx>\n"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 583 from win32api import RegQueryValueEx, RegOpenKeyEx, \
600 RegOpenKeyEx = _winreg.OpenKeyEx
657 key = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
692 keyCurVer = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 583 from win32api import RegQueryValueEx, RegOpenKeyEx, \
600 RegOpenKeyEx = _winreg.OpenKeyEx
657 key = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
687 keyCurVer = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
    [all...]
  /external/libcups/cups/
globals.c 231 if (!RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\cups.org", 0, KEY_READ,
  /external/vulkan-validation-layers/layers/
vk_layer_config.cpp 204 LSTATUS err = RegOpenKeyEx(HKEY_CURRENT_USER, "Software\\Khronos\\Vulkan\\Settings", 0, KEY_READ, &hive);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 110 ret = RegOpenKeyEx(WPA_KEY_ROOT, WPA_KEY_PREFIX TEXT("\\interfaces"),
  /external/python/cpython2/PC/bdist_wininst/
install.c     [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c     [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp 93 err = RegOpenKeyEx( hKeyRoot, lpSubKey, 0, KEY_READ, &hKey );
  /external/lzma/CPP/Windows/
Registry.cpp 44 LONG res = RegOpenKeyEx(parentKey, keyName, 0, accessMask, &key);
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 893 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,
921 ret = RegOpenKeyEx(hk, name, 0, KEY_QUERY_VALUE, &hk2);
  /external/libpcap/
pcap-npf.c 1127 status = RegOpenKeyEx(HKEY_LOCAL_MACHINE, keyname, 0, KEY_READ, &dagkey);
    [all...]
  /external/webrtc/webrtc/base/
proxydetect.cc 625 LONG result = RegOpenKeyEx(HKEY_CLASSES_ROOT, L"http\\shell\\open\\command",
    [all...]
win32regkey.cc 293 LONG res = ::RegOpenKeyEx(parent_key, key_name, 0, sam_desired, &h_key);
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c     [all...]

Completed in 2099 milliseconds

1 2