Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dprocess_mitigations.cc121 if (flags & MITIGATION_RELOCATE_IMAGE) { in ApplyProcessMitigationsToCurrentProcess()
212 if (flags & MITIGATION_RELOCATE_IMAGE) { in ConvertProcessMitigationsToPolicy()
317 MITIGATION_RELOCATE_IMAGE | in CanSetProcessMitigationsPostStartup()
Dsecurity_level.h158 const MitigationFlags MITIGATION_RELOCATE_IMAGE = 0x00000008; variable
Dprocess_mitigations_test.cc127 mitigations |= MITIGATION_RELOCATE_IMAGE | in TEST()