Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dscudo.h43 bool CrashIsMine() const;
Dgwp_asan.h54 bool CrashIsMine() const;
/system/core/debuggerd/libdebuggerd/
Dgwp_asan.cpp102 bool GwpAsanCrashData::CrashIsMine() const { in CrashIsMine() function in GwpAsanCrashData
110 if (!CrashIsMine()) { in AddCauseProtos()
Dscudo.cpp91 bool ScudoCrashData::CrashIsMine() const { in CrashIsMine() function in ScudoCrashData
Dtombstone_proto.cpp209 if (scudo_crash_data.CrashIsMine()) { in dump_probable_cause()
217 if (gwp_asan_crash_data.CrashIsMine()) { in dump_probable_cause()