OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntdll_name
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc
61
wchar_t*
ntdll_name
= L"ntdll.dll";
local
62
HMODULE ntdll_base = ::GetModuleHandle(
ntdll_name
);
service64_resolver.cc
136
wchar_t*
ntdll_name
= L"ntdll.dll";
local
137
HMODULE ntdll = ::GetModuleHandle(
ntdll_name
);
Completed in 3344 milliseconds