Searched refs:QueryObject (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | handle_dispatcher.cc | 47 static NtQueryObject QueryObject = NULL; in DuplicateHandleProxy() local 48 if (!QueryObject) in DuplicateHandleProxy() 49 ResolveNTFunctionPtr("NtQueryObject", &QueryObject); in DuplicateHandleProxy() 68 QueryObject(handle.Get(), ObjectTypeInformation, type_info, size, &size); in DuplicateHandleProxy()
|
D | handle_table.cc | 88 static NtQueryObject QueryObject = NULL; in UpdateInfo() local 89 if (!QueryObject) in UpdateInfo() 90 ResolveNTFunctionPtr("NtQueryObject", &QueryObject); in UpdateInfo() 105 result = QueryObject(reinterpret_cast<HANDLE>(handle_entry_->Handle), in UpdateInfo() 109 result = QueryObject(reinterpret_cast<HANDLE>(handle_entry_->Handle), in UpdateInfo() 128 result = QueryObject(reinterpret_cast<HANDLE>( in UpdateInfo()
|
D | handle_closer_agent.cc | 19 static NtQueryObject QueryObject = NULL; in QueryObjectTypeInformation() local 20 if (!QueryObject) in QueryObjectTypeInformation() 21 ResolveNTFunctionPtr("NtQueryObject", &QueryObject); in QueryObjectTypeInformation() 25 status = QueryObject(handle, ObjectTypeInformation, buffer, *size, size); in QueryObjectTypeInformation()
|
D | handle_closer.cc | 166 static NtQueryObject QueryObject = NULL; in GetHandleName() local 167 if (!QueryObject) in GetHandleName() 168 ResolveNTFunctionPtr("NtQueryObject", &QueryObject); in GetHandleName() 177 result = QueryObject(handle, ObjectNameInformation, name.get(), in GetHandleName()
|
D | sandbox_nt_types.h | 20 NtQueryObjectFunction QueryObject; member
|
D | policy_broker.cc | 61 INIT_GLOBAL_NT(QueryObject); in SetupNtdllImports()
|