Searched refs:dispatchConfiPath (Results 1 – 1 of 1) sorted by relevance
454 std::string dispatchConfiPath = DISPATCH_RULE_CONFIG_DIR + pluginInfo.name; in InitPlugin() local455 if (FileUtil::FileExists(dispatchConfiPath)) { in InitPlugin()456 HiviewRuleParser ruleParser(dispatchConfiPath); in InitPlugin()