HomeSort by relevance Sort by last modified time
    Searched defs:QueryObject (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sandbox/win/src/
handle_closer_agent.cc 19 static NtQueryObject QueryObject = NULL;
20 if (!QueryObject)
21 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
25 status = QueryObject(handle, ObjectTypeInformation, buffer, *size, size);
handle_dispatcher.cc 47 static NtQueryObject QueryObject = NULL;
48 if (!QueryObject)
49 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
68 QueryObject(handle.Get(), ObjectTypeInformation, type_info, size, &size);
handle_closer.cc 166 static NtQueryObject QueryObject = NULL;
167 if (!QueryObject)
168 ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
177 result = QueryObject(handle, ObjectNameInformation, name.get(),
sandbox_nt_types.h 20 NtQueryObjectFunction QueryObject;
handle_table.cc 88 static NtQueryObject QueryObject = NULL;
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 245 milliseconds