Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dfilesystem_interception.cc50 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateFile()
121 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtOpenFile()
185 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtQueryAttributesFile()
246 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtQueryFullAttributesFile()
325 NTSTATUS ret = AllocAndCopyName(&object_attributes, &name, NULL, NULL); in TargetNtSetInformationFile()
Dregistry_interception.cc54 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey()
113 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in CommonNtOpenKey()
Dsync_interception.cc83 NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes, in TargetNtCreateEvent()
136 NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes, in TargetNtOpenEvent()
Dsandbox_nt_util.h103 NTSTATUS AllocAndCopyName(const OBJECT_ATTRIBUTES* in_object,
Dsandbox_nt_util.cc219 NTSTATUS AllocAndCopyName(const OBJECT_ATTRIBUTES* in_object, in AllocAndCopyName() function