Searched refs:tempDbPath (Results 1 – 1 of 1) sorted by relevance
94 std::string tempDbPath = FileUtil::IncludeTrailingPathDelimiter(workPath_).append(thresholdDir); in InitDbPath() local95 if (!FileUtil::IsDirectory(tempDbPath) && !FileUtil::ForceCreateDirectory(tempDbPath)) { in InitDbPath()96 HIVIEW_LOGE("failed to create dir=%{public}s", tempDbPath.c_str()); in InitDbPath()99 tempDbPath.append(HiviewDbUtil::CreateFileNameByDate("events_")); in InitDbPath()100 dbPath_ = tempDbPath; in InitDbPath()