OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddToUnloadModules
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
interception.h
120
bool
AddToUnloadModules
(const wchar_t* dll_name);
interception_unittest.cc
176
interceptions.
AddToUnloadModules
(L"some01.dll");
183
interceptions.
AddToUnloadModules
(L"some02.dll");
interception.cc
105
bool InterceptionManager::
AddToUnloadModules
(const wchar_t* dll_name) {
sandbox_policy_base.cc
696
manager.
AddToUnloadModules
(it->c_str());
Completed in 38 milliseconds