NtCreateKey        47 sandbox/win/src/registry_dispatcher.cc     reinterpret_cast<CallbackGeneric>(&RegistryDispatcher::NtCreateKey)
NtCreateKey        62 sandbox/win/src/registry_dispatcher.cc     return INTERCEPT_NT(manager, NtCreateKey, CREATE_KEY_ID, 32);
NtCreateKey        26 sandbox/win/src/registry_dispatcher.h   bool NtCreateKey(IPCInfo* ipc, base::string16* name, DWORD attributes,
NtCreateKey        62 sandbox/win/src/registry_policy.cc   NtCreateKeyFunction NtCreateKey = NULL;
NtCreateKey        63 sandbox/win/src/registry_policy.cc   ResolveNTFunctionPtr("NtCreateKey", &NtCreateKey);
NtCreateKey        72 sandbox/win/src/registry_policy.cc   NTSTATUS status = NtCreateKey(&local_handle, desired_access, obj_attributes,