Home
last modified time | relevance | path

Searched refs:SCOPED_SIGBUS_HANDLER_CONDITIONAL (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libziparchive/incfs_support/include/incfs_support/
H A Dsignal_handling.h111 #define SCOPED_SIGBUS_HANDLER_CONDITIONAL(condition, code) macro
162 #define SCOPED_SIGBUS_HANDLER_CONDITIONAL(condition, code) \ macro
179 SCOPED_SIGBUS_HANDLER_CONDITIONAL(true, code)
/aosp12/system/libziparchive/
H A Dzip_archive.cc1302 SCOPED_SIGBUS_HANDLER_CONDITIONAL(OnIncfs, { in inflateImpl()