Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp198 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);
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Ddecorator.cpp65 statFilesStream.open(UC_STAT_LOG_PATH, std::ios::app); in WriteLinesToFile()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Ddecorator.h30 const std::string UC_STAT_LOG_PATH = "/data/log/hiview/unified_collection/ucollection_stat_detail.l… variable