Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfOp.cpp1579 std::string raw_string(android::base::StringPrintf("Raw Data: 0x%02x", cur_op)); in GetLogInfo() local
1602 raw_string += android::base::StringPrintf(" 0x%02x", byte); in GetLogInfo()
1607 lines->push_back(std::move(raw_string)); in GetLogInfo()