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

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc 12 NTQUERYOBJECT NtQueryObject;
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)
    [all...]
  /external/chromium_org/sandbox/win/src/
handle_dispatcher.cc 47 static NtQueryObject QueryObject = NULL;
49 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
win_utils.cc 241 NtQueryObjectFunction NtQueryObject = NULL;
242 ResolveNTFunctionPtr("NtQueryObject", &NtQueryObject);
248 NTSTATUS status = NtQueryObject(handle, ObjectNameInformation, name, size,
258 status = NtQueryObject(handle, ObjectNameInformation, name, size, &size);
registry_policy.cc 34 NtQueryObjectFunction NtQueryObject = NULL;
35 ResolveNTFunctionPtr("NtQueryObject", &NtQueryObject);
44 status = NtQueryObject(handle, ObjectBasicInformation, &info, sizeof(info),
registry_policy_test.cc 27 BINDNTDLL(NtQueryObject);
30 NTSTATUS status = NtQueryObject(handle, ObjectBasicInformation, &info,
handle_closer_agent.cc 19 static NtQueryObject QueryObject = NULL;
21 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
handle_closer.cc 166 static NtQueryObject QueryObject = NULL;
168 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
handle_table.cc 88 static NtQueryObject QueryObject = NULL;
90 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
nt_internals.h 593 typedef NTSTATUS (WINAPI *NtQueryObject)(
  /external/chromium_org/content/common/
sandbox_win.cc 418 NtQueryObject g_QueryObject = NULL;
557 ResolveNTFunctionPtr("NtQueryObject", &g_QueryObject);
    [all...]

Completed in 161 milliseconds