Searched refs:tempWorkPath (Results 1 – 1 of 1) sorted by relevance
431 …std::string tempWorkPath = FileUtil::IncludeTrailingPathDelimiter(hiviewWorkDir.append(uCollection… in InitWorkPath() local432 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()