Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dextract_rule.h42 …bool IsMatchPath(const std::string& sourceFile, const std::string& name, const std::string& patter…
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp101 …if (!IsMatchId(eventType, featureId) || !IsMatchPath(path, dirOrFile, subcatalog, fsets.fullPath))… in ParseRule()
157 bool ExtractRule::IsMatchPath(const string& sourceFile, const string& name, const string& pattern, in IsMatchPath() function in OHOS::HiviewDFX::ExtractRule