Home | History | Annotate | Download | only in common

Lines Matching refs:hive

57 // Installs |value| in the given registry |path| and |hive|, under the key
63 HKEY hive,
67 RegKey key(hive, path.c_str(), KEY_ALL_ACCESS);
109 if (!InstallValue(it.value(), hive, path + kPathSep + name,
125 if (!InstallValue(*item, hive, path + kPathSep + name,
172 RegistryTestHarness(HKEY hive, PolicyScope scope);
340 RegistryTestHarness::RegistryTestHarness(HKEY hive, PolicyScope scope)
341 : PolicyProviderTestHarness(POLICY_LEVEL_MANDATORY, scope), hive_(hive) {}