OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNtdllName
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/sandbox/win/src/
service_resolver.cc
43
ntdll_base_ = ::GetModuleHandle(
kNtdllName
);
internal_types.h
10
const wchar_t
kNtdllName
[] = L"ntdll.dll";
sandbox_utils.cc
29
HMODULE ntdll = ::GetModuleHandle(
kNtdllName
);
interception.h
237
AddToPatchedFunctions(
kNtdllName
, #service, \
263
AddToPatchedFunctions(
kNtdllName
, #service, \
policy_broker.cc
42
HMODULE ntdll = ::GetModuleHandle(
kNtdllName
);
interception.cc
359
base::string16 ntdll(
kNtdllName
);
447
HMODULE ntdll_base = ::GetModuleHandle(
kNtdllName
);
497
const base::string16 ntdll(
kNtdllName
);
win_utils.cc
311
static HMODULE ntdll = ::GetModuleHandle(sandbox::
kNtdllName
);
319
ntdll = ::GetModuleHandle(sandbox::
kNtdllName
);
policy_opcodes_unittest.cc
23
HMODULE ntdll = ::GetModuleHandle(
kNtdllName
);
Completed in 48 milliseconds