Home
last modified time | relevance | path

Searched refs:subhkey (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/base/win/
Dregistry.cc72 HKEY subhkey = NULL; in CreateWithDisposition() local
74 REG_OPTION_NON_VOLATILE, access, NULL, &subhkey, in CreateWithDisposition()
78 key_ = subhkey; in CreateWithDisposition()
111 HKEY subhkey = NULL; in Open() local
113 LONG result = RegOpenKeyEx(rootkey, ToWCharT(subkey), 0, access, &subhkey); in Open()
116 key_ = subhkey; in Open()