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

  /external/chromium_org/sandbox/win/src/
sandbox_utils.h 20 OBJECT_ATTRIBUTES* obj_attr,
sandbox_utils.cc 17 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,
247 OBJECT_ATTRIBUTES obj_attributes = {0};
278 OBJECT_ATTRIBUTES obj_attributes = {0};
307 OBJECT_ATTRIBUTES obj_attributes = {0};
332 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};
146 OBJECT_ATTRIBUTES attributes = {0};
file_policy_test.cc 105 OBJECT_ATTRIBUTES obj_attributes = {0};
140 OBJECT_ATTRIBUTES obj_attributes = {0};
219 OBJECT_ATTRIBUTES obj_attributes = {0};
nt_internals.h 69 } OBJECT_ATTRIBUTES;
70 typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES;
73 (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,
223 POBJECT_ATTRIBUTES object_attributes,
309 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/chromium_org/chrome_elf/create_file/
chrome_create_file.cc 241 OBJECT_ATTRIBUTES path_attributes = {};
chrome_create_file_unittest.cc 37 OBJECT_ATTRIBUTES object_attributes; member in struct:__anon10674::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/e2fsprogs/lib/ext2fs/
nt_io.c 398 OBJECT_ATTRIBUTES ObjectAttributes;

Completed in 367 milliseconds