Searched refs:HKEY_USERS (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dregistry.cc44 TryOpenKey(HKEY_USERS, L"HKEY_USERS", NULL, output);
/external/chromium_org/chrome/test/mini_installer/
H A Dregistry_verifier.py19 'HKEY_USERS': _winreg.HKEY_USERS,
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder.cc51 ParseRegistry(HKEY_USERS, L"HKU\\");
/external/chromium_org/sandbox/win/src/
H A Dtarget_services.cc43 FlushRegKey(HKEY_USERS));
H A Dwin_utils.cc28 { L"HKEY_USERS", HKEY_USERS},
/external/chromium_org/sandbox/win/tests/validation_tests/
H A Dcommands.cc27 return HKEY_USERS;
/external/clang/lib/Driver/
H A DWindowsToolChain.cpp105 } else if (strncmp(keyPath, "HKEY_USERS\\", 11) == 0) {
106 hRootKey = HKEY_USERS;
/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc777 // other users are not loaded by default under HKEY_USERS (unless a user is
811 // HKEY_USERS.
813 HKEY_USERS, profile_sid, KEY_READ);
833 result = RegLoadKey(HKEY_USERS, profile_sid,
845 HKEY_USERS, profile_sid, KEY_ALL_ACCESS);
859 if (RegUnLoadKey(HKEY_USERS, profile_sid) == ERROR_SUCCESS)
960 HKEY_USERS,
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey_unittest.cc91 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS); local
94 temp_key = L"HKEY_USERS\\a";
95 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS); local
H A Dwin32regkey.cc913 !root_key.compare(L"HKEY_USERS")) {
914 h_key = HKEY_USERS;
947 return (root_key == HKEY_USERS) ? found_subkey : true;

Completed in 1909 milliseconds