Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_symbol.h41 STRING_VIEW comm_ = ""; // we need a comm name like comm@0x1234 member
66 : taskVaddr_(taskVaddr), comm_(comm) {}
120 ss << comm_ << "@0x" << std::hex << taskVaddr_; in GetName()
151 ss << " task:" << (comm_.size() > 0 ? comm_ : ""); in ToDebugString()