Home
last modified time | relevance | path

Searched refs:HKEY_USERS (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32regkey_unittest.cc92 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS); in RegKeyHelperFunctionsTest()
96 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS); in RegKeyHelperFunctionsTest()
Dwin32regkey.cc914 h_key = HKEY_USERS; in GetRootKeyInfo()
947 return (root_key == HKEY_USERS) ? found_subkey : true; in SafeKeyNameForDeletion()
/external/python/setuptools/setuptools/
Dmsvc.py41 HKEY_USERS = None variable in winreg
341 HKEYS = (winreg.HKEY_USERS,
/external/python/cpython3/Lib/distutils/
Dmsvccompiler.py50 HKEYS = (hkey_mod.HKEY_USERS,
Dmsvc9compiler.py34 HKEYS = (winreg.HKEY_USERS,
/external/python/cpython2/Lib/distutils/
Dmsvccompiler.py54 HKEYS = (hkey_mod.HKEY_USERS,
Dmsvc9compiler.py35 HKEYS = (_winreg.HKEY_USERS,
/external/python/cpython2/Doc/library/
D_winreg.rst237 :const:`HKEY_USERS` or :const:`HKEY_LOCAL_MACHINE`.
496 .. data:: HKEY_USERS
/external/python/cpython3/Doc/library/
Dwinreg.rst265 :const:`HKEY_USERS` or :const:`HKEY_LOCAL_MACHINE`.
525 .. data:: HKEY_USERS
/external/python/cpython3/PC/
Dwinreg.c1906 ADD_KEY(HKEY_USERS); in PyInit_winreg()
/external/python/cpython2/PC/
D_winreg.c1818 ADD_KEY(HKEY_USERS); in init_winreg()