Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Dpbtombstone.cpp54 bool result = tombstone_proto_to_text( in main()
H A DAndroid.bp200 "libdebuggerd/tombstone_proto_to_text.cpp",
/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtombstone.h66 bool tombstone_proto_to_text(
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp146 tombstone_proto_to_text(tombstone, [&log](const std::string& line, bool should_log) { in engrave_tombstone()
H A Dtombstone_proto_to_text.cpp513 bool tombstone_proto_to_text(const Tombstone& tombstone, CallbackType callback) { in tombstone_proto_to_text() function