Home
last modified time | relevance | path

Searched refs:path_attributes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/tools/finder/
Dfinder_kernel.cc83 OBJECT_ATTRIBUTES path_attributes; in ParseKernelObjects() local
84 InitializeObjectAttributes(&path_attributes, in ParseKernelObjects()
104 &path_attributes); in ParseKernelObjects()
166 OBJECT_ATTRIBUTES path_attributes; in TestKernelObjectAccess() local
167 InitializeObjectAttributes(&path_attributes, in TestKernelObjectAccess()
177 status_code = NtGenericOpen(GENERIC_ALL, &path_attributes, func, &handle); in TestKernelObjectAccess()
191 status_code = NtGenericOpen(GENERIC_WRITE, &path_attributes, func, &handle); in TestKernelObjectAccess()
205 status_code = NtGenericOpen(GENERIC_READ, &path_attributes, func, &handle); in TestKernelObjectAccess()
/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file.cc241 OBJECT_ATTRIBUTES path_attributes = {}; in CreateFileNTDLL() local
242 InitializeObjectAttributes(&path_attributes, in CreateFileNTDLL()
255 &path_attributes, in CreateFileNTDLL()