Searched refs:FAIL_CHECK_ALOGE (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0490/ |
D | poc.cpp | 19 #define FAIL_CHECK_ALOGE(condition, error_message) \ macro 330 FAIL_CHECK_ALOGE(ioctl(g_fd, ION_IOC_ALLOC, (unsigned long)&iia) >= 0, ION_IOC_ALLOC); in alloc_handle() 338 FAIL_CHECK_ALOGE (g_fd >= 0, failed to open ion); in poc_write_kernel() 343 FAIL_CHECK_ALOGE(handle >= 0, alloc_handle failed); in poc_write_kernel() 350 FAIL_CHECK_ALOGE (ioctl(g_fd, ION_IOC_SHARE, (unsigned long)&iia) >= 0, ION_IOC_SHARE); in poc_write_kernel() 356 FAIL_CHECK_ALOGE ((void *)re_buf != MAP_FAILED, mmap); in poc_write_kernel()
|