OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddToPatchedFunctions
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/src/
interception_unittest.cc
91
interceptions.
AddToPatchedFunctions
(L"ntdll.dll", "NtCreateFile",
94
interceptions.
AddToPatchedFunctions
(L"kernel32.dll", "CreateFileEx",
96
interceptions.
AddToPatchedFunctions
(L"kernel32.dll", "SomeFileEx",
99
interceptions.
AddToPatchedFunctions
(L"user32.dll", "FindWindow",
101
interceptions.
AddToPatchedFunctions
(L"kernel32.dll", "CreateMutex",
103
interceptions.
AddToPatchedFunctions
(L"user32.dll", "PostMsg",
105
interceptions.
AddToPatchedFunctions
(L"user32.dll", "PostMsg",
108
interceptions.
AddToPatchedFunctions
(L"comctl.dll", "SaveAsDlg",
110
interceptions.
AddToPatchedFunctions
(L"ntdll.dll", "NtClose",
113
interceptions.
AddToPatchedFunctions
(L"ntdll.dll", "NtOpenFile"
[
all
...]
interception.h
33
// The exposed API consists of two methods:
AddToPatchedFunctions
to set up a
40
// if (!interception_manager.
AddToPatchedFunctions
(
45
// if (!interception_manager.
AddToPatchedFunctions
(
105
bool
AddToPatchedFunctions
(const wchar_t* dll_name,
113
bool
AddToPatchedFunctions
(const wchar_t* dll_name,
131
// set up using
AddToPatchedFunctions
.
223
// This macro simply calls interception_manager.
AddToPatchedFunctions
with
237
AddToPatchedFunctions
(kNtdllName, #service, \
251
manager->
AddToPatchedFunctions
(dll, #function, sandbox::INTERCEPTION_EAT, \
263
AddToPatchedFunctions
(kNtdllName, #service,
[
all
...]
interception.cc
73
bool InterceptionManager::
AddToPatchedFunctions
(
88
bool InterceptionManager::
AddToPatchedFunctions
(
Completed in 583 milliseconds