HomeSort by relevance Sort by last modified time
    Searched refs:object_attributes (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/sandbox/win/src/
registry_interception.h 19 POBJECT_ATTRIBUTES object_attributes, ULONG title_index,
26 POBJECT_ATTRIBUTES object_attributes);
32 POBJECT_ATTRIBUTES object_attributes, ULONG open_options);
sync_interception.h 32 POBJECT_ATTRIBUTES object_attributes,
40 POBJECT_ATTRIBUTES object_attributes);
registry_interception.cc 18 POBJECT_ATTRIBUTES object_attributes,
22 NTSTATUS status = orig_CreateKey(key, desired_access, object_attributes,
54 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
97 POBJECT_ATTRIBUTES object_attributes) {
113 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
150 POBJECT_ATTRIBUTES object_attributes) {
152 NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes);
156 return CommonNtOpenKey(status, key, desired_access, object_attributes);
161 POBJECT_ATTRIBUTES object_attributes,
164 NTSTATUS status = orig_OpenKeyEx(key, desired_access, object_attributes,
    [all...]
interceptors_64.cc 76 POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status,
81 return TargetNtCreateFile(orig_fn, file, desired_access, object_attributes,
89 POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status,
93 return TargetNtOpenFile(orig_fn, file, desired_access, object_attributes,
98 POBJECT_ATTRIBUTES object_attributes,
102 return TargetNtQueryAttributesFile(orig_fn, object_attributes,
107 POBJECT_ATTRIBUTES object_attributes,
112 return TargetNtQueryFullAttributesFile(orig_fn, object_attributes,
142 POBJECT_ATTRIBUTES object_attributes, PCLIENT_ID client_id) {
145 return TargetNtOpenThread(orig_fn, thread, desired_access, object_attributes,
    [all...]
filesystem_interception.h 18 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,
sync_interception.cc 56 POBJECT_ATTRIBUTES object_attributes,
60 object_attributes, event_type,
62 if (status != STATUS_ACCESS_DENIED || !object_attributes)
77 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes;
112 POBJECT_ATTRIBUTES object_attributes) {
114 object_attributes);
115 if (status != STATUS_ACCESS_DENIED || !object_attributes)
130 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes;
    [all...]
filesystem_interception.cc 20 POBJECT_ATTRIBUTES object_attributes,
27 NTSTATUS status = orig_CreateFile(file, desired_access, object_attributes,
50 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
96 POBJECT_ATTRIBUTES object_attributes,
100 NTSTATUS status = orig_OpenFile(file, desired_access, object_attributes,
121 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
164 POBJECT_ATTRIBUTES object_attributes,
167 NTSTATUS status = orig_QueryAttributes(object_attributes, file_attributes);
185 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
220 POBJECT_ATTRIBUTES object_attributes,
302 OBJECT_ATTRIBUTES object_attributes; local
    [all...]
process_thread_interception.cc 24 POBJECT_ATTRIBUTES object_attributes,
26 NTSTATUS status = orig_OpenThread(thread, desired_access, object_attributes,
45 if (!should_break && NULL != object_attributes) {
46 if (0 != object_attributes->Attributes ||
47 NULL != object_attributes->ObjectName ||
48 NULL != object_attributes->RootDirectory ||
49 NULL != object_attributes->SecurityDescriptor ||
50 NULL != object_attributes->SecurityQualityOfService) {
106 POBJECT_ATTRIBUTES object_attributes,
108 NTSTATUS status = orig_OpenProcess(process, desired_access, object_attributes,
    [all...]
interceptors_64.h 53 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...]
sync_policy.cc 40 OBJECT_ATTRIBUTES symbolic_link_directory_attributes = {};
56 OBJECT_ATTRIBUTES symbolic_link_attributes = {};
122 OBJECT_ATTRIBUTES object_attributes = {}; local
124 &object_attributes, &directory_name);
127 &object_attributes);
199 OBJECT_ATTRIBUTES object_attributes = {}; local
201 &object_attributes, &unicode_event_name);
204 status = NtCreateEvent(&local_handle, EVENT_ALL_ACCESS, &object_attributes,
236 OBJECT_ATTRIBUTES object_attributes = {}; local
    [all...]
process_thread_interception.h 52 ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes,
58 ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes,
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 37 OBJECT_ATTRIBUTES object_attributes; member in struct:__anon10597::ChromeCreateFileTest::NtCreateFileParams
56 POBJECT_ATTRIBUTES object_attributes,
67 object_attributes,
131 POBJECT_ATTRIBUTES object_attributes,
143 object_attributes,
157 object_attributes,
169 POBJECT_ATTRIBUTES object_attributes,
179 params->object_attributes.Length = object_attributes->Length
    [all...]
  /external/chromium_org/sandbox/win/tools/finder/
finder.h 120 // Calls func_to_call with the parameters desired_access, object_attributes
124 OBJECT_ATTRIBUTES *object_attributes,
finder_kernel.cc 83 OBJECT_ATTRIBUTES path_attributes;
166 OBJECT_ATTRIBUTES path_attributes;
222 OBJECT_ATTRIBUTES *object_attributes,
225 return func_to_call(handle, desired_access, object_attributes);

Completed in 461 milliseconds