Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dpbtombstone.cpp54 bool result = tombstone_proto_to_text( in main()
DAndroid.bp208 "libdebuggerd/tombstone_proto_to_text.cpp",
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtombstone.h67 bool tombstone_proto_to_text(
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp427 bool tombstone_proto_to_text(const Tombstone& tombstone, CallbackType callback) { in tombstone_proto_to_text() function
Dtombstone.cpp632 tombstone_proto_to_text(tombstone, [&log](const std::string& line, bool should_log) { in engrave_tombstone()