/external/chromium_org/sandbox/win/src/ |
sandbox_utils.h | 23 OBJECT_ATTRIBUTES* obj_attr,
|
sandbox_utils.cc | 25 OBJECT_ATTRIBUTES* obj_attr,
|
registry_policy.cc | 26 NTSTATUS TranslateMaximumAllowed(OBJECT_ATTRIBUTES* obj_attributes, 56 OBJECT_ATTRIBUTES* obj_attributes, 88 OBJECT_ATTRIBUTES* obj_attributes, 192 OBJECT_ATTRIBUTES obj_attributes = {0}; 217 OBJECT_ATTRIBUTES obj_attributes = {0};
|
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...] |
filesystem_policy.cc | 22 OBJECT_ATTRIBUTES* obj_attributes, 250 OBJECT_ATTRIBUTES obj_attributes = {0}; 281 OBJECT_ATTRIBUTES obj_attributes = {0}; 310 OBJECT_ATTRIBUTES obj_attributes = {0}; 335 OBJECT_ATTRIBUTES obj_attributes = {0};
|
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...] |
sandbox_nt_util.h | 103 NTSTATUS AllocAndCopyName(const OBJECT_ATTRIBUTES* in_object,
|
process_thread_policy.cc | 112 OBJECT_ATTRIBUTES attributes = {0}; 147 OBJECT_ATTRIBUTES attributes = {0};
|
file_policy_test.cc | 104 OBJECT_ATTRIBUTES obj_attributes = {0}; 139 OBJECT_ATTRIBUTES obj_attributes = {0}; 218 OBJECT_ATTRIBUTES obj_attributes = {0};
|
nt_internals.h | 68 } OBJECT_ATTRIBUTES; 69 typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES; 72 (p)->Length = sizeof(OBJECT_ATTRIBUTES);\
|
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...] |
sandbox_nt_util.cc | 219 NTSTATUS AllocAndCopyName(const OBJECT_ATTRIBUTES* in_object,
|
/external/chromium_org/sandbox/win/tools/finder/ |
ntundoc.h | 33 } OBJECT_ATTRIBUTES; 155 (p)->Length = sizeof( OBJECT_ATTRIBUTES ); \ 178 #define POBJECT_ATTRIBUTES OBJECT_ATTRIBUTES* 192 OBJECT_ATTRIBUTES* ); 242 OBJECT_ATTRIBUTES *,
|
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);
|
/external/e2fsprogs/lib/ext2fs/ |
nt_io.c | 399 OBJECT_ATTRIBUTES ObjectAttributes;
|