Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp454 std::string dispatchConfiPath = DISPATCH_RULE_CONFIG_DIR + pluginInfo.name; in InitPlugin() local
455 if (FileUtil::FileExists(dispatchConfiPath)) { in InitPlugin()
456 HiviewRuleParser ruleParser(dispatchConfiPath); in InitPlugin()