HomeSort by relevance Sort by last modified time
    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 32 // The exposed API consists of two methods: AddToPatchedFunctions to set up a
39 // if (!interception_manager.AddToPatchedFunctions(
44 // if (!interception_manager.AddToPatchedFunctions(
104 bool AddToPatchedFunctions(const wchar_t* dll_name,
112 bool AddToPatchedFunctions(const wchar_t* dll_name,
130 // set up using AddToPatchedFunctions.
222 // This macro simply calls interception_manager.AddToPatchedFunctions with
236 AddToPatchedFunctions(kNtdllName, #service, \
246 manager->AddToPatchedFunctions(dll, #function, sandbox::INTERCEPTION_EAT, \
258 AddToPatchedFunctions(kNtdllName, #service,
    [all...]
interception.cc 73 bool InterceptionManager::AddToPatchedFunctions(
88 bool InterceptionManager::AddToPatchedFunctions(

Completed in 547 milliseconds