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

  /external/chromium_org/sandbox/win/src/
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...]
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...]

Completed in 226 milliseconds