Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0473/
Dpoc.cpp35 bool kIsVulnerable = false; variable
86 kIsVulnerable = true; in GKI_freebuf()
121 return (kIsVulnerable) ? EXIT_VULNERABLE : EXIT_SUCCESS; in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0450/
Dpoc.cpp22 bool kIsVulnerable = false; variable
105 kIsVulnerable = true; in rw_i93_send_cmd_write_single_block()
154 return kIsVulnerable ? EXIT_VULNERABLE : EXIT_SUCCESS; in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0451/
Dpoc.cpp27 bool kIsVulnerable = false; variable
97 kIsVulnerable = true; in validateQmfDomainBounds()
104 return kIsVulnerable ? EXIT_VULNERABLE : EXIT_SUCCESS; in validateQmfDomainBounds()