Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dsa_dumper.cpp28 static const std::string SEPARATOR_TEMPLATE = "----------------------------------"; variable
85 ss << SEPARATOR_TEMPLATE << DumpUtils::ConvertSaIdToSaName(name) << SEPARATOR_TEMPLATE; in GetData()