Searched defs:hive (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dregistry.cc10 // Tries to open the key hive\path and outputs the result.
12 void TryOpenKey(const HKEY hive, argument
17 LONG err_code = ::RegOpenKeyEx(hive,
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_reactivation_test.cc27 bool SetChromeInstallMarker(HKEY hive) { argument
32 RegKey client_state(hive,
40 bool SetLastRunTime(HKEY hive, int64 last_run_time) { argument
41 return SetLastRunTimeString(hive, base::Int64ToString16(last_run_time));
44 bool SetLastRunTimeString(HKEY hive, argument
47 (hive == HKEY_LOCAL_MACHINE) ?
54 RegKey client_state(hive, path.c_str(), KEY_SET_VALUE | KEY_WOW64_32KEY);
61 bool HasExperimentLabels(HKEY hive) { argument
66 RegKey client_state_key(hive,
73 std::wstring GetReactivationString(HKEY hive) { argument
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_path_parser_win.cc19 // Checks if the key exists in the given hive and expands any string variables.
20 bool LoadUserDataDirPolicyFromRegistry(HKEY hive, base::FilePath* dir) { argument
23 base::win::RegKey key(hive, policy::kRegistryChromePolicyKey, KEY_READ);
131 // Policy from the HKLM hive has precedence over HKCU.
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.cc241 void RegistryDict::ReadRegistry(HKEY hive, const base::string16& root) { argument
246 for (RegistryValueIterator it(hive, root.c_str()); it.Valid(); ++it) {
279 LOG(WARNING) << "Failed to read hive " << hive << " at "
285 for (RegistryKeyIterator it(hive, root.c_str()); it.Valid(); ++it) {
288 subdict->ReadRegistry(hive, root + L"\\" + it.Name());
H A Dpolicy_loader_win.cc424 // Policy scope and corresponding hive.
427 HKEY hive; member in struct:policy::__anon6742
466 gpo_dict.ReadRegistry(kScopes[i].hive, chrome_policy_key_);
H A Dpolicy_loader_win_unittest.cc57 // 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) argument
341 : PolicyProviderTestHarness(POLICY_LEVEL_MANDATORY, scope), hive_(hive) {}
62 InstallValue(const base::Value& value, HKEY hive, const base::string16& path, const base::string16& name) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c880 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
892 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c880 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
892 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c880 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
892 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,

Completed in 242 milliseconds