Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Dscudo_unit_test_main.cpp34 bool UseQuarantine = true; variable
41 if (!UseQuarantine) in __scudo_default_options()
Dscudo_unit_test.h48 extern bool UseQuarantine;
Dcombined_test.cpp92 UseQuarantine = std::is_same<TypeParam, scudo::AndroidConfig>::value; in ScudoCombinedTest()
97 UseQuarantine = true; in ~ScudoCombinedTest()
354 if (!UseQuarantine) { in SCUDO_TYPED_TEST()