Searched refs:NtQueryObject (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dhandles.cc12 NTQUERYOBJECT NtQueryObject; variable
28 NtQueryObject = reinterpret_cast<NTQUERYOBJECT>(
29 GetProcAddress(ntdll_handle, "NtQueryObject"));
35 if (!NtQueryObject || !NtQueryInformationFile || !NtQuerySystemInformation) {
73 status = NtQueryObject(reinterpret_cast<HANDLE>(h),
84 status = NtQueryObject(reinterpret_cast<HANDLE>(h),
95 status = NtQueryObject(reinterpret_cast<HANDLE>(h),
106 status = NtQueryObject(reinterpret_cast<HANDLE>(h),
113 // NtQueryObject cannot return the name for a file. In this case we
/external/chromium_org/sandbox/win/src/
H A Dhandle_dispatcher.cc48 static NtQueryObject QueryObject = NULL;
50 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
H A Dwin_utils.cc240 NtQueryObjectFunction NtQueryObject = NULL; local
241 ResolveNTFunctionPtr("NtQueryObject", &NtQueryObject);
247 NTSTATUS status = NtQueryObject(handle, ObjectNameInformation, name, size,
257 status = NtQueryObject(handle, ObjectNameInformation, name, size, &size);
H A Dregistry_policy.cc34 NtQueryObjectFunction NtQueryObject = NULL; local
35 ResolveNTFunctionPtr("NtQueryObject", &NtQueryObject);
44 status = NtQueryObject(handle, ObjectBasicInformation, &info, sizeof(info),
H A Dhandle_closer_agent.cc19 static NtQueryObject QueryObject = NULL;
21 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
H A Dregistry_policy_test.cc27 BINDNTDLL(NtQueryObject);
30 NTSTATUS status = NtQueryObject(handle, ObjectBasicInformation, &info,
H A Dhandle_closer.cc178 static NtQueryObject QueryObject = NULL;
180 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
H A Dhandle_table.cc88 static NtQueryObject QueryObject = NULL;
90 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
H A Dnt_internals.h583 typedef NTSTATUS (WINAPI *NtQueryObject)( typedef
/external/chromium_org/content/common/
H A Dsandbox_win.cc410 NtQueryObject g_QueryObject = NULL;
542 ResolveNTFunctionPtr("NtQueryObject", &g_QueryObject);

Completed in 146 milliseconds