Home
last modified time | relevance | path

Searched refs:DllMatch (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dinterception_agent.h62 bool DllMatch(const UNICODE_STRING* full_path, const UNICODE_STRING* name,
Dinterception_agent.cc63 bool InterceptionAgent::DllMatch(const UNICODE_STRING* full_path, in DllMatch() function in sandbox::InterceptionAgent
90 if (DllMatch(full_path, name, dll_info)) in OnDllLoad()