Home
last modified time | relevance | path

Searched refs:GetDebugLogFilePath (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/services/
Dfault_logger_config.h40 std::string GetDebugLogFilePath() const;
Dfault_logger_config.cpp84 std::string FaultLoggerConfig::GetDebugLogFilePath() const in GetDebugLogFilePath() function in OHOS::HiviewDFX::FaultLoggerConfig
Dfault_logger_daemon.cpp287 if (!OHOS::ForceCreateDirectory(faultLoggerConfig_->GetDebugLogFilePath())) { in InitEnvironment()
689 folderPath = faultLoggerConfig_->GetDebugLogFilePath(); in CreateFileForRequest()
/base/hiviewdfx/faultloggerd/test/unittest/services/
Dfaultlogger_config_test.cpp108 std::string output = config->GetDebugLogFilePath();