Searched defs:QueryObject (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dhandle_closer_agent.cc19 static NtQueryObject QueryObject = NULL; local
20 if (!QueryObject)
21 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
25 status = QueryObject(handle, ObjectTypeInformation, buffer, *size, size);
H A Dhandle_closer.cc166 static NtQueryObject QueryObject = NULL; local
167 if (!QueryObject)
168 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
177 result = QueryObject(handle, ObjectNameInformation, name.get(),
H A Dhandle_dispatcher.cc47 static NtQueryObject QueryObject = NULL; local
48 if (!QueryObject)
49 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
68 QueryObject(handle.Get(), ObjectTypeInformation, type_info, size, &size);
H A Dsandbox_nt_types.h20 NtQueryObjectFunction QueryObject; member in struct:sandbox::NtExports
H A Dhandle_table.cc88 static NtQueryObject QueryObject = NULL; local
89 if (!QueryObject)
90 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
105 result = QueryObject(reinterpret_cast<HANDLE>(handle_entry_->Handle),
109 result = QueryObject(reinterpret_cast<HANDLE>(handle_entry_->Handle),
128 result = QueryObject(reinterpret_cast<HANDLE>(

Completed in 321 milliseconds