HomeSort by relevance Sort by last modified time
    Searched refs:HKEY_USERS (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
registry.cc 24 case HKEY_USERS:
25 return L"HKEY_USERS";
59 TryOpenKey(HKEY_USERS, NULL, output);
  /external/chromium_org/sandbox/win/tools/finder/
finder.cc 51 ParseRegistry(HKEY_USERS, L"HKU\\");
  /external/chromium_org/chrome/test/mini_installer/
registry_verifier.py 19 'HKEY_USERS': _winreg.HKEY_USERS,
  /external/chromium_org/sandbox/win/src/
target_services.cc 43 FlushRegKey(HKEY_USERS));
win_utils.cc 28 { L"HKEY_USERS", HKEY_USERS},
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc 27 return HKEY_USERS;
  /external/clang/lib/Driver/
WindowsToolChain.cpp 105 } else if (strncmp(keyPath, "HKEY_USERS\\", 11) == 0) {
106 hRootKey = HKEY_USERS;
  /external/chromium_org/chrome/installer/setup/
uninstall.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey_unittest.cc 108 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
111 temp_key = L"HKEY_USERS\\a";
112 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
win32regkey.cc 930 !root_key.compare(L"HKEY_USERS")) {
931 h_key = HKEY_USERS;
964 return (root_key == HKEY_USERS) ? found_subkey : true;
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32regkey_unittest.cc 91 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
94 temp_key = L"HKEY_USERS\\a";
95 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
win32regkey.cc 913 !root_key.compare(L"HKEY_USERS")) {
914 h_key = HKEY_USERS;
947 return (root_key == HKEY_USERS) ? found_subkey : true;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 54 HKEYS = (hkey_mod.HKEY_USERS,
msvc9compiler.py 35 HKEYS = (_winreg.HKEY_USERS,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 54 HKEYS = (hkey_mod.HKEY_USERS,
msvc9compiler.py 35 HKEYS = (_winreg.HKEY_USERS,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winreg.h 40 #define HKEY_USERS ((HKEY) (ULONG_PTR)((LONG)0x80000003))

Completed in 328 milliseconds