Home
last modified time | relevance | path

Searched refs:logFilePath (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp374 string logFilePath = userMonitorInfo->GetLogFilePath(); in DumpStackInfo() local
375 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()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp748 const std::string logFilePath = "/log/crash"; in CreateFileForCrash() local
751 if (access(logFilePath.c_str(), F_OK) != 0) { in CreateFileForCrash()
752 DFXLOGE("%{public}s is not exist.", logFilePath.c_str()); in CreateFileForCrash()
755 std::string logPath = logFilePath + "/" + logFileType + "-" + std::to_string(pid) + "-" + std::to_string(time); in CreateFileForCrash()
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp746 std::string logFilePath = faultLoggerConfig_->GetLogFilePath(); in RemoveTempFileIfNeed() local
748 OHOS::GetDirFiles(logFilePath, files); in RemoveTempFileIfNeed()
750 if (!isBeta_ && OHOS::GetFolderSize(logFilePath) > maxFileSize) { in RemoveTempFileIfNeed()

Completed in 5 milliseconds