Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dprocess_mitigations.cc43 (flags & MITIGATION_DLL_SEARCH_ORDER)) { in ApplyProcessMitigationsToCurrentProcess()
269 MITIGATION_DLL_SEARCH_ORDER | in FilterPostStartupProcessMitigations()
276 MITIGATION_DLL_SEARCH_ORDER | in FilterPostStartupProcessMitigations()
282 MITIGATION_DLL_SEARCH_ORDER); in FilterPostStartupProcessMitigations()
323 MITIGATION_DLL_SEARCH_ORDER)); in CanSetProcessMitigationsPostStartup()
330 MITIGATION_DLL_SEARCH_ORDER)); in CanSetProcessMitigationsPreStartup()
Dsecurity_level.h199 const MitigationFlags MITIGATION_DLL_SEARCH_ORDER = 0x00000001ULL << 32; variable
/external/chromium_org/content/common/
Dsandbox_win.cc620 sandbox::MITIGATION_DLL_SEARCH_ORDER; in StartSandboxedProcess()