Searched refs:GetLogFilePath (Results 1 – 6 of 6) sorted by relevance
84 std::string activeFile = GetLogFilePath(true); in GetAuditLogInner()86 std::string inactiveFile = GetLogFilePath(false); in GetAuditLogInner()126 const auto& path = GetLogFilePath(true); in IsActiveLogFileSizeReachTheashold()186 const std::string Audit::GetLogFilePath(bool active) in GetLogFilePath() function in OHOS::HiviewDFX::Audit197 const auto& path = GetLogFilePath(true); in SwitchActiveFile()
37 std::string GetLogFilePath() const;
68 std::string FaultLoggerConfig::GetLogFilePath() const in GetLogFilePath() function in OHOS::HiviewDFX::FaultLoggerConfig
206 if (!OHOS::ForceCreateDirectory(faultLoggerConfig_->GetLogFilePath())) { in InitEnvironment()463 filePath = faultLoggerConfig_->GetLogFilePath(); in CreateFileForRequest()496 OHOS::GetDirFiles(faultLoggerConfig_->GetLogFilePath(), files); in RemoveTempFileIfNeed()
63 const std::string GetLogFilePath(bool active);
89 std::string output = config->GetLogFilePath();