Searched refs:UC_STAT_LOG_PATH (Results 1 – 3 of 3) sorted by relevance
198 bool res = CheckContent(UC_STAT_LOG_PATH, REGEXS, COLLECTOR_NAMES);200 if (FileUtil::FileExists(UC_STAT_LOG_PATH)) {201 FileUtil::RemoveFile(UC_STAT_LOG_PATH);
65 statFilesStream.open(UC_STAT_LOG_PATH, std::ios::app); in WriteLinesToFile()
30 const std::string UC_STAT_LOG_PATH = "/data/log/hiview/unified_collection/ucollection_stat_detail.l… variable