Searched refs:tempDbStorePath (Results 1 – 1 of 1) sorted by relevance
264 std::string tempDbStorePath = FileUtil::IncludeTrailingPathDelimiter(workPath_); in InitDbStorePath() local266 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()