HomeSort by relevance Sort by last modified time
    Searched refs:NtQueryObject (Results 1 - 12 of 12) 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 48 static NtQueryObject QueryObject = NULL;
50 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 158 static NtQueryObject QueryObject = NULL;
160 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 404 NtQueryObject g_QueryObject = NULL;
543 ResolveNTFunctionPtr("NtQueryObject", &g_QueryObject);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 955 NTSTATUS NTAPI NtQueryObject(HANDLE Handle,OBJECT_INFORMATION_CLASS ObjectInformationClass,PVOID ObjectInformation,ULONG ObjectInformationLength,PULONG ReturnLength);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 98 milliseconds