Searched refs:AllocAndCopyName (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | filesystem_interception.cc | 50 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()
|
D | registry_interception.cc | 54 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey() 113 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in CommonNtOpenKey()
|
D | sync_interception.cc | 83 NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes, in TargetNtCreateEvent() 136 NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes, in TargetNtOpenEvent()
|
D | sandbox_nt_util.h | 103 NTSTATUS AllocAndCopyName(const OBJECT_ATTRIBUTES* in_object,
|
D | sandbox_nt_util.cc | 219 NTSTATUS AllocAndCopyName(const OBJECT_ATTRIBUTES* in_object, in AllocAndCopyName() function
|