Home
last modified time | relevance | path

Searched refs:AddToPatchedFunctions (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dinterception_unittest.cc91 interceptions.AddToPatchedFunctions(L"ntdll.dll", "NtCreateFile", in TEST()
94 interceptions.AddToPatchedFunctions(L"kernel32.dll", "CreateFileEx", in TEST()
96 interceptions.AddToPatchedFunctions(L"kernel32.dll", "SomeFileEx", in TEST()
99 interceptions.AddToPatchedFunctions(L"user32.dll", "FindWindow", in TEST()
101 interceptions.AddToPatchedFunctions(L"kernel32.dll", "CreateMutex", in TEST()
103 interceptions.AddToPatchedFunctions(L"user32.dll", "PostMsg", in TEST()
105 interceptions.AddToPatchedFunctions(L"user32.dll", "PostMsg", in TEST()
108 interceptions.AddToPatchedFunctions(L"comctl.dll", "SaveAsDlg", in TEST()
110 interceptions.AddToPatchedFunctions(L"ntdll.dll", "NtClose", in TEST()
113 interceptions.AddToPatchedFunctions(L"ntdll.dll", "NtOpenFile", in TEST()
[all …]
Dinterception.h105 bool AddToPatchedFunctions(const wchar_t* dll_name,
113 bool AddToPatchedFunctions(const wchar_t* dll_name,
237 AddToPatchedFunctions(kNtdllName, #service, \
251 manager->AddToPatchedFunctions(dll, #function, sandbox::INTERCEPTION_EAT, \
263 AddToPatchedFunctions(kNtdllName, #service, \
275 manager->AddToPatchedFunctions(dll, #function, sandbox::INTERCEPTION_EAT, \
Dinterception.cc74 bool InterceptionManager::AddToPatchedFunctions( in AddToPatchedFunctions() function in sandbox::InterceptionManager
89 bool InterceptionManager::AddToPatchedFunctions( in AddToPatchedFunctions() function in sandbox::InterceptionManager