Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Dextract_rule.cpp93 string dirOrFile = value[L2_DIR_OR_FILE].asString(); in ParseRule() local
94 if (dirOrFile.empty()) { in ParseRule()
101 …if (!IsMatchId(eventType, featureId) || !IsMatchPath(path, dirOrFile, subcatalog, fsets.fullPath))… in ParseRule()