Searched refs:GetPartial (Results 1 – 2 of 2) sorted by relevance
/base/hiviewdfx/hiview/utility/common_utils/ |
D | tbox.cpp | 65 bool Tbox::GetPartial(const string& src, const string& res, string& des) in GetPartial() function in OHOS::HiviewDFX::Tbox 115 if (GetPartial(line, "^\\s+at (.*)\\).*", str) || in GetStackName() 116 GetPartial(line, "^\\s*at (.*)", str) || // for jsCrash in GetStackName() 117 GetPartial(line, "#\\d+ pc [0-9a-f]+ (.*\\+\\d+)\\)", str) || in GetStackName() 118 GetPartial(line, "#\\d+ pc [0-9a-f]+ (.*)", str) || in GetStackName() 119 GetPartial(line, "([0-9a-zA-Z_]+\\+0x[0-9a-f]+/0x[0-9a-f]+)", str)) { in GetStackName() 121 } else if (GetPartial(line, "^\\s+- (.*)\\(.*", str)) { in GetStackName()
|
/base/hiviewdfx/hiview/utility/common_utils/include/ |
D | tbox.h | 35 static bool GetPartial(const std::string& src, const std::string& res, std::string& des);
|