Searched refs:NtOpenDirectoryObject (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsync_policy.cc27 NtOpenDirectoryObjectFunction NtOpenDirectoryObject = NULL; local
28 ResolveNTFunctionPtr("NtOpenDirectoryObject", &NtOpenDirectoryObject);
47 NTSTATUS status = NtOpenDirectoryObject(&symbolic_link_directory,
104 NtOpenDirectoryObjectFunction NtOpenDirectoryObject = NULL; local
105 ResolveNTFunctionPtr("NtOpenDirectoryObject", &NtOpenDirectoryObject);
125 status = NtOpenDirectoryObject(&base_named_objects_handle,
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder_kernel.cc15 NTOPENDIRECTORYOBJECT NtOpenDirectoryObject; variable
39 NtOpenDirectoryObject = (NTOPENDIRECTORYOBJECT) ::GetProcAddress(
40 ntdll_handle, "NtOpenDirectoryObject");
41 CHECKPTR(NtOpenDirectoryObject);
102 NTSTATUS status_code = NtOpenDirectoryObject(&file_handle,
240 else if (type == L"Directory") func = NtOpenDirectoryObject;

Completed in 58 milliseconds