Searched refs:logFilePath (Results 1 – 3 of 3) sorted by relevance
724 const std::string logFilePath = "/log/crash"; in CreateFileForCrash() local727 if (access(logFilePath.c_str(), F_OK) != 0) { in CreateFileForCrash()728 DFXLOG_ERROR("%s is not exist.", logFilePath.c_str()); in CreateFileForCrash()732 ss << logFilePath << "/" << logFileType << "-" << pid << "-" << time; in CreateFileForCrash()745 const std::string logFilePath = "/log/crash"; in RemoveFileIfNeed() local747 OHOS::GetDirFiles(logFilePath, files); in RemoveFileIfNeed()
374 string logFilePath = userMonitorInfo->GetLogFilePath(); in DumpStackInfo() local375 auto fd = open(logFilePath.c_str(), O_CREAT | O_RDWR, HIPROFILER_LOG_FILE_MODE); in DumpStackInfo()377 HIVIEW_LOGE("failed to open %{public}s, err: %{public}d", logFilePath.c_str(), errno); in DumpStackInfo()
726 std::string logFilePath = faultLoggerConfig_->GetLogFilePath(); in RemoveTempFileIfNeed() local728 OHOS::GetDirFiles(logFilePath, files); in RemoveTempFileIfNeed()730 if (!isBeta_ && OHOS::GetFolderSize(logFilePath) > maxFileSize) { in RemoveTempFileIfNeed()