Home
last modified time | relevance | path

Searched refs:testInProgress (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2027/
Dpoc.cpp28 bool testInProgress = false; variable
31 if (testInProgress && info->si_signo == SIGABRT) { in sigabrt_handler()
91 testInProgress = true; in main()
93 testInProgress = false; in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0596/
Dpoc.cpp25 bool testInProgress = false; variable
28 if (testInProgress && info->si_signo == SIGSEGV) { in sigsegv_handler()
59 testInProgress = true; in main()
61 testInProgress = false; in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2022/
Dpoc.cpp30 bool testInProgress = false; variable
33 if (testInProgress && info->si_signo == SIGSEGV) { in sigsegv_handler()
163 testInProgress = true; in trigger_OOB_via_rw_t3t_act_handle_fmt_rsp()
165 testInProgress = false; in trigger_OOB_via_rw_t3t_act_handle_fmt_rsp()
212 testInProgress = true; in trigger_OOB_via_rw_t3t_act_handle_sro_rsp()
214 testInProgress = false; in trigger_OOB_via_rw_t3t_act_handle_sro_rsp()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2021/
Dpoc.cpp27 bool testInProgress = false; variable
30 if (testInProgress && info->si_signo == SIGSEGV) { in sigsegv_handler()
135 testInProgress = true; in main()
137 testInProgress = false; in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2013/
Dpoc.cpp30 bool testInProgress = false; variable
33 if (testInProgress && info->si_signo == SIGSEGV) { in sigsegv_handler()
185 testInProgress = true; in main()
187 testInProgress = false; in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0925/
Dt4t.cpp23 extern bool testInProgress;
187 testInProgress = true; in Fuzz_Run()
193 testInProgress = false; in Fuzz_Run()
Dpoc.cpp29 bool testInProgress = false; variable
33 if (testInProgress && info->si_signo == SIGSEGV) { in sigsegv_handler()