Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp431 std::string pipelineConfigPath = PIPELINE_RULE_CONFIG_DIR + pipelineInfo.name; in CreatePipeline() local
432 HIVIEW_LOGI("pipelineConfigPath = %{public}s", pipelineConfigPath.c_str()); in CreatePipeline()
433 if (FileUtil::FileExists(pipelineConfigPath)) { in CreatePipeline()
434 HiviewRuleParser ruleParser(pipelineConfigPath); in CreatePipeline()