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