Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
H A Dsyntax_rules.h44 const std::string L3_SEEK_LAST = "@L@"; variable
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dfeature_analysis.cpp219 if (param.find(L3_SEEK_LAST) != string::npos) { in GetSeekInfo()
220 value = StringUtil::GetRightSubstr(param, L3_SEEK_LAST); in GetSeekInfo()