Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dutility_host.h33 std::string oct_encode(const std::string& data);
/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dutility_host.cpp105 std::string oct_encode(const std::string& data) { in oct_encode() function
H A Dtombstone_proto_to_text.cpp466 std::string oct_encoded_name = oct_encode(crash_detail.name()); in print_main_thread()
467 std::string oct_encoded_data = oct_encode(crash_detail.data()); in print_main_thread()
H A Dtombstone_proto.cpp470 tombstone->set_abort_message(oct_encode(msg)); in dump_abort_message()
779 log_msg->set_message(oct_encode(msg)); in dump_log_file()