Home
last modified time | relevance | path

Searched defs:root_key (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/base/win/
Dregistry.cc390 LONG RegKey::RegDelRecurse(HKEY root_key, in RegDelRecurse()
445 RegistryValueIterator::RegistryValueIterator(HKEY root_key, in RegistryValueIterator()
452 RegistryValueIterator::RegistryValueIterator(HKEY root_key, in RegistryValueIterator()
458 void RegistryValueIterator::Initialize(HKEY root_key, in Initialize()
548 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, in RegistryKeyIterator()
553 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, in RegistryKeyIterator()
597 void RegistryKeyIterator::Initialize(HKEY root_key, in Initialize()
/third_party/python/Lib/test/
Dtest_winreg.py75 def _write_test_data(self, root_key, subkeystr="sub_key", argument
116 def _read_test_data(self, root_key, subkeystr="sub_key", OpenKey=OpenKey): argument
156 def _delete_test_data(self, root_key, subkeystr="sub_key"): argument
186 def _test_all(self, root_key, subkeystr="sub_key"): argument
/third_party/rust/rust/tests/ui/issues/
Dissue-23442.rs9 root_key: K, field
/third_party/grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc38 bool check_windows_registry_product_name(HKEY root_key, in check_windows_registry_product_name()