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

  /external/lldb/test/pexpect-2.4/examples/
hive.py 3 """hive -- Hive Shell
7 host is collected and printed. In normal synchronous mode Hive will wait for
13 $ hive.py --sameuser --samepass host1.example.com host2.example.net
36 hive.py host1 host2 host3 ... hostN
41 hive.py --sameuser --samepass host1 host2 host3 ... hostN
45 hive.py user1:pass2@host1 user2:pass2@host2 ... userN:passN@hostN
63 $Id: hive.py 509 2008-01-05 21:27:47Z noah $
80 CMD_HELP="""Hive commands are preceded by a colon : (just think of vi).
88 reset list of hosts to target all hosts in the hive.
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
registry.cc 12 // "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) {
34 LONG err_code = ::RegOpenKeyEx(hive,
41 HKEYToString(hive),
47 HKEYToString(hive),
  /external/chromium_org/chrome/installer/gcapi/
gcapi_reactivation_test.cc 27 bool SetChromeInstallMarker(HKEY hive) {
32 RegKey client_state(hive,
40 bool SetLastRunTime(HKEY hive, int64 last_run_time) {
41 return SetLastRunTimeString(hive, base::Int64ToString16(last_run_time));
44 bool SetLastRunTimeString(HKEY hive,
47 (hive == HKEY_LOCAL_MACHINE) ?
54 RegKey client_state(hive, path.c_str(), KEY_SET_VALUE | KEY_WOW64_32KEY);
61 bool HasExperimentLabels(HKEY hive) {
66 RegKey client_state_key(hive,
73 std::wstring GetReactivationString(HKEY hive) {
    [all...]
  /external/chromium_org/chrome/installer/tools/
setup_timer.py 33 hive = (_winreg.HKEY_LOCAL_MACHINE if hive_str == 'HKLM' else
37 key = _winreg.OpenKey(hive, state_key + product_guid, 0, _winreg.KEY_READ)
106 parser.add_option('--hive', default='HKLM',
107 help='The hive to observe: "HKLM" for system-level '
125 TimeSetupStages(options.hive, options.state_key, options.product_guid,
  /external/chromium_org/components/policy/core/common/
registry_dict_win.h 71 void ReadRegistry(HKEY hive, const base::string16& root);
registry_dict_win.cc 240 void RegistryDict::ReadRegistry(HKEY hive, const base::string16& root) {
245 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());
policy_loader_win_unittest.cc 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) {}
    [all...]
policy_loader_win.cc 389 // Policy scope and corresponding hive.
392 HKEY hive; member in struct:policy::__anon11139
431 gpo_dict.ReadRegistry(kScopes[i].hive, chrome_policy_key_);
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_win.cc 19 // Checks if the key exists in the given hive and expands any string variables.
20 bool LoadUserDataDirPolicyFromRegistry(HKEY hive, base::FilePath* dir) {
23 base::win::RegKey key(hive, policy::kRegistryChromePolicyKey, KEY_READ);
131 // Policy from the HKLM hive has precedence over HKCU.
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 880 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive)
892 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,

Completed in 98 milliseconds