Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp264 std::string tempDbStorePath = FileUtil::IncludeTrailingPathDelimiter(workPath_); in InitDbStorePath() local
266 tempDbStorePath = FileUtil::IncludeTrailingPathDelimiter(tempDbStorePath.append(cpuDirName)); in InitDbStorePath()
267 … if (!FileUtil::IsDirectory(tempDbStorePath) && !FileUtil::ForceCreateDirectory(tempDbStorePath)) { in InitDbStorePath()
268 HIVIEW_LOGE("failed to create dir=%{public}s", tempDbStorePath.c_str()); in InitDbStorePath()
271 tempDbStorePath.append(CreateDbFileName()); in InitDbStorePath()
272 dbStorePath_ = tempDbStorePath; in InitDbStorePath()