Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp431 …std::string tempWorkPath = FileUtil::IncludeTrailingPathDelimiter(hiviewWorkDir.append(uCollection… in InitWorkPath() local
432 if (!FileUtil::IsDirectory(tempWorkPath) && !FileUtil::ForceCreateDirectory(tempWorkPath)) { in InitWorkPath()
433 HIVIEW_LOGE("failed to create dir=%{public}s", tempWorkPath.c_str()); in InitWorkPath()
436 workPath_ = tempWorkPath; in InitWorkPath()