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

/external/chromium_org/chrome_frame/
H A Dregistry_list_preferences_holder.cc13 void RegistryListPreferencesHolder::Init(HKEY hive, argument
19 base::win::RegistryValueIterator string_list(hive, list_path.c_str());
H A Dregistry_watcher.cc17 RegistryWatcher::RegistryWatcher(HKEY hive, argument
26 LONG result = RegOpenKeyEx(hive, path, 0, KEY_NOTIFY, &registry_key_);
H A Dchrome_tab.cc170 // Add the registry hive to use.
303 HKEY hive = HKEY_CURRENT_USER; local
307 hive = HKEY_LOCAL_MACHINE;
311 LONG ret = run_once.Create(hive, kRunOnce, KEY_READ | KEY_WRITE);
958 // DllRegisterUserServer - Adds entries to the HKCU hive in the registry.
972 // DllUnregisterUserServer - Removes entries from the HKCU hive in the registry.
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dregistry.cc12 // "key" is the hive to convert to string.
13 // The return value is the string corresponding to the hive or "unknown"
30 // Tries to open the key hive\path and outputs the result.
32 void TryOpenKey(const HKEY hive, const wchar_t *path, FILE *output) { argument
34 LONG err_code = ::RegOpenKeyEx(hive,
41 HKEYToString(hive),
47 HKEYToString(hive),
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_reactivation_test.cc48 bool SetChromeInstallMarker(HKEY hive) { argument
53 RegKey client_state(hive,
61 bool SetLastRunTime(HKEY hive, int64 last_run_time) { argument
62 return SetLastRunTimeString(hive, base::Int64ToString16(last_run_time));
65 bool SetLastRunTimeString(HKEY hive, const string16& last_run_time_string) { argument
67 (hive == HKEY_LOCAL_MACHINE) ?
74 RegKey client_state(hive, path.c_str(), KEY_SET_VALUE);
81 bool HasExperimentLabels(HKEY hive) { argument
88 RegKey client_state_key(hive,
99 std::wstring GetReactivationString(HKEY hive) { argument
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_path_parser_win.cc20 // Checks if the registry key exists in the given hive and expands any
22 bool LoadUserDataDirPolicyFromRegistry(HKEY hive, argument
27 base::win::RegKey policy_key(hive,
153 // Policy from the HKLM hive has precedence over HKCU so if we have one here
H A Dregistry_dict_win.cc298 void RegistryDict::ReadRegistry(HKEY hive, const string16& root) { argument
303 for (RegistryValueIterator it(hive, root.c_str()); it.Valid(); ++it) {
336 LOG(WARNING) << "Failed to read hive " << hive << " at "
342 for (RegistryKeyIterator it(hive, root.c_str()); it.Valid(); ++it) {
345 subdict->ReadRegistry(hive, root + L"\\" + it.Name());
H A Dpolicy_loader_win.cc258 // Policy scope and corresponding hive.
261 HKEY hive; member in struct:policy::__anon5510
296 gpo_dict.ReadRegistry(kScopes[i].hive, chrome_policy_key_);
H A Dpolicy_loader_win_unittest.cc56 // Installs |value| in the given registry |path| and |hive|, under the key
62 HKEY hive,
66 RegKey key(hive, path.c_str(), KEY_ALL_ACCESS);
107 if (!InstallValue(it.value(), hive, path + kPathSep + name,
123 if (!InstallValue(*item, hive, path + kPathSep + name,
190 // in the given |hive|. Returns false on failure.
192 HKEY hive,
201 RegKey key(hive, path.c_str(), KEY_ALL_ACCESS);
207 // at |path| in the given |hive|. Returns false on failure.
209 HKEY hive,
61 InstallValue(const base::Value& value, HKEY hive, const string16& path, const string16& name) argument
191 WriteSchema(const base::DictionaryValue& schema, HKEY hive, const string16& path, const string16& name) argument
208 InstallSchema(const base::Value& value, HKEY hive, const string16& path, const string16& name) argument
413 RegistryTestHarness(HKEY hive, PolicyScope scope) argument
[all...]
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider_win_unittest.cc143 void WriteString(HKEY hive, const char* name, const wchar_t* value);
145 void WriteDWORD(HKEY hive, const char* name, DWORD value);
148 void WriteValue(HKEY hive, const char* name, const Value* value);
150 void WriteInvalidValue(HKEY hive, const char* name, const Value* value);
230 void ConfigurationPolicyProviderWinTest::WriteString(HKEY hive, argument
233 RegKey key(hive, policy::kRegistrySubKey, KEY_ALL_ACCESS);
237 void ConfigurationPolicyProviderWinTest::WriteDWORD(HKEY hive, argument
240 RegKey key(hive, policy::kRegistrySubKey, KEY_ALL_ACCESS);
244 void ConfigurationPolicyProviderWinTest::WriteValue(HKEY hive, argument
251 WriteDWORD(hive, nam
289 WriteInvalidValue(HKEY hive, const char* name, const Value* value) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c927 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
939 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c927 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
939 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c927 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
939 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,

Completed in 182 milliseconds