OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
48
static
NtQueryObject
QueryObject = NULL;
50
ResolveNTFunctionPtr("
NtQueryObject
", &QueryObject);
win_utils.cc
240
NtQueryObjectFunction
NtQueryObject
= NULL;
241
ResolveNTFunctionPtr("
NtQueryObject
", &
NtQueryObject
);
247
NTSTATUS status =
NtQueryObject
(handle, ObjectNameInformation, name, size,
257
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
178
static
NtQueryObject
QueryObject = NULL;
180
ResolveNTFunctionPtr("
NtQueryObject
", &QueryObject);
handle_table.cc
88
static
NtQueryObject
QueryObject = NULL;
90
ResolveNTFunctionPtr("
NtQueryObject
", &QueryObject);
nt_internals.h
583
typedef NTSTATUS (WINAPI *
NtQueryObject
)(
/external/chromium_org/content/common/
sandbox_win.cc
414
NtQueryObject
g_QueryObject = NULL;
549
ResolveNTFunctionPtr("
NtQueryObject
", &g_QueryObject);
Completed in 908 milliseconds