Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/util/
Dregistry_key_backup.cc19 const REGSAM kKeyReadNoNotify = (KEY_READ) & ~(KEY_NOTIFY); variable
209 result = subkey.Open(key.Handle(), it->first.c_str(), kKeyReadNoNotify); in Initialize()
286 LONG result = key.Open(root, key_path, kKeyReadNoNotify | wow64_access); in Initialize()