NtOpenKey          52 sandbox/win/src/registry_dispatcher.cc     reinterpret_cast<CallbackGeneric>(&RegistryDispatcher::NtOpenKey)
NtOpenKey          65 sandbox/win/src/registry_dispatcher.cc     bool result = INTERCEPT_NT(manager, NtOpenKey, OPEN_KEY_ID, 16);
NtOpenKey          31 sandbox/win/src/registry_dispatcher.h   bool NtOpenKey(IPCInfo* ipc, base::string16* name, DWORD attributes,
NtOpenKey          28 sandbox/win/src/registry_policy.cc   NtOpenKeyFunction NtOpenKey = NULL;
NtOpenKey          29 sandbox/win/src/registry_policy.cc   ResolveNTFunctionPtr("NtOpenKey", &NtOpenKey);
NtOpenKey          39 sandbox/win/src/registry_policy.cc   NTSTATUS status = NtOpenKey(&handle, *access, obj_attributes);
NtOpenKey          90 sandbox/win/src/registry_policy.cc   NtOpenKeyFunction NtOpenKey = NULL;
NtOpenKey          91 sandbox/win/src/registry_policy.cc   ResolveNTFunctionPtr("NtOpenKey", &NtOpenKey);
NtOpenKey         100 sandbox/win/src/registry_policy.cc   NTSTATUS status = NtOpenKey(&local_handle, desired_access, obj_attributes);