Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/tombstoned/
H A Dintercept_manager.cpp195 bool dump_types_compatible(DebuggerdDumpType interceptor, DebuggerdDumpType dump) { in dump_types_compatible() function
217 } else if (!dump_types_compatible(it->second->dump_type, dump_type)) { in GetIntercept()