Home
last modified time | relevance | path

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

/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file_unittest.cc37 OBJECT_ATTRIBUTES object_attributes; member
56 POBJECT_ATTRIBUTES object_attributes, in FakeNtCreateFile() argument
67 object_attributes, in FakeNtCreateFile()
131 POBJECT_ATTRIBUTES object_attributes, in HandleCreateFileCall() argument
143 object_attributes, in HandleCreateFileCall()
157 object_attributes, in HandleCreateFileCall()
169 POBJECT_ATTRIBUTES object_attributes, in SetParams() argument
179 params->object_attributes.Length = object_attributes->Length; in SetParams()
180 params->object_attributes.ObjectName = object_attributes->ObjectName; in SetParams()
181 params->object_attributes.RootDirectory = object_attributes->RootDirectory; in SetParams()
[all …]
/external/chromium_org/sandbox/win/src/
Dinterceptors_64.cc76 POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, in TargetNtCreateFile64() argument
81 return TargetNtCreateFile(orig_fn, file, desired_access, object_attributes, in TargetNtCreateFile64()
89 POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, in TargetNtOpenFile64() argument
93 return TargetNtOpenFile(orig_fn, file, desired_access, object_attributes, in TargetNtOpenFile64()
98 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryAttributesFile64() argument
102 return TargetNtQueryAttributesFile(orig_fn, object_attributes, in TargetNtQueryAttributesFile64()
107 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryFullAttributesFile64() argument
112 return TargetNtQueryFullAttributesFile(orig_fn, object_attributes, in TargetNtQueryFullAttributesFile64()
142 POBJECT_ATTRIBUTES object_attributes, PCLIENT_ID client_id) { in TargetNtOpenThread64() argument
145 return TargetNtOpenThread(orig_fn, thread, desired_access, object_attributes, in TargetNtOpenThread64()
[all …]
Dregistry_interception.cc18 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateKey() argument
22 NTSTATUS status = orig_CreateKey(key, desired_access, object_attributes, in TargetNtCreateKey()
54 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey()
97 POBJECT_ATTRIBUTES object_attributes) { in CommonNtOpenKey() argument
113 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in CommonNtOpenKey()
150 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenKey() argument
152 NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes); in TargetNtOpenKey()
156 return CommonNtOpenKey(status, key, desired_access, object_attributes); in TargetNtOpenKey()
161 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenKeyEx() argument
164 NTSTATUS status = orig_OpenKeyEx(key, desired_access, object_attributes, in TargetNtOpenKeyEx()
[all …]
Dprocess_thread_interception.cc24 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenThread() argument
26 NTSTATUS status = orig_OpenThread(thread, desired_access, object_attributes, in TargetNtOpenThread()
45 if (!should_break && NULL != object_attributes) { in TargetNtOpenThread()
46 if (0 != object_attributes->Attributes || in TargetNtOpenThread()
47 NULL != object_attributes->ObjectName || in TargetNtOpenThread()
48 NULL != object_attributes->RootDirectory || in TargetNtOpenThread()
49 NULL != object_attributes->SecurityDescriptor || in TargetNtOpenThread()
50 NULL != object_attributes->SecurityQualityOfService) { in TargetNtOpenThread()
106 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenProcess() argument
108 NTSTATUS status = orig_OpenProcess(process, desired_access, object_attributes, in TargetNtOpenProcess()
[all …]
Dinterceptors_64.h53 POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status,
60 POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status,
65 POBJECT_ATTRIBUTES object_attributes,
70 POBJECT_ATTRIBUTES object_attributes,
93 POBJECT_ATTRIBUTES object_attributes, PCLIENT_ID client_id);
98 POBJECT_ATTRIBUTES object_attributes, PCLIENT_ID client_id);
131 POBJECT_ATTRIBUTES object_attributes, ULONG title_index,
137 POBJECT_ATTRIBUTES object_attributes);
142 POBJECT_ATTRIBUTES object_attributes, ULONG open_options);
150 POBJECT_ATTRIBUTES object_attributes, EVENT_TYPE event_type,
[all …]
Dfilesystem_interception.cc20 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateFile() argument
27 NTSTATUS status = orig_CreateFile(file, desired_access, object_attributes, in TargetNtCreateFile()
50 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateFile()
96 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenFile() argument
100 NTSTATUS status = orig_OpenFile(file, desired_access, object_attributes, in TargetNtOpenFile()
121 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtOpenFile()
164 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryAttributesFile() argument
167 NTSTATUS status = orig_QueryAttributes(object_attributes, file_attributes); in TargetNtQueryAttributesFile()
185 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtQueryAttributesFile()
223 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryFullAttributesFile() argument
[all …]
Dsync_interception.cc56 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateEvent() argument
60 object_attributes, event_type, in TargetNtCreateEvent()
62 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtCreateEvent()
77 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes; in TargetNtCreateEvent()
112 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenEvent() argument
114 object_attributes); in TargetNtOpenEvent()
115 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtOpenEvent()
130 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes; in TargetNtOpenEvent()
Dsync_policy.cc122 OBJECT_ATTRIBUTES object_attributes = {}; in GetBaseNamedObjectsDirectory() local
124 &object_attributes, &directory_name); in GetBaseNamedObjectsDirectory()
127 &object_attributes); in GetBaseNamedObjectsDirectory()
199 OBJECT_ATTRIBUTES object_attributes = {}; in CreateEventAction() local
201 &object_attributes, &unicode_event_name); in CreateEventAction()
204 status = NtCreateEvent(&local_handle, EVENT_ALL_ACCESS, &object_attributes, in CreateEventAction()
236 OBJECT_ATTRIBUTES object_attributes = {}; in OpenEventAction() local
238 &object_attributes, &unicode_event_name); in OpenEventAction()
241 status = NtOpenEvent(&local_handle, desired_access, &object_attributes); in OpenEventAction()
Dfilesystem_interception.h18 ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes,
26 POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status,
33 POBJECT_ATTRIBUTES object_attributes,
40 POBJECT_ATTRIBUTES object_attributes,
Dregistry_interception.h19 POBJECT_ATTRIBUTES object_attributes, ULONG title_index,
26 POBJECT_ATTRIBUTES object_attributes);
32 POBJECT_ATTRIBUTES object_attributes, ULONG open_options);
Dsync_interception.h32 POBJECT_ATTRIBUTES object_attributes,
40 POBJECT_ATTRIBUTES object_attributes);
Dprocess_thread_interception.h52 ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes,
58 ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes,
/external/chromium_org/sandbox/win/tools/finder/
Dfinder_kernel.cc222 OBJECT_ATTRIBUTES *object_attributes, in NtGenericOpen() argument
225 return func_to_call(handle, desired_access, object_attributes); in NtGenericOpen()
Dfinder.h124 OBJECT_ATTRIBUTES *object_attributes,