Home
last modified time | relevance | path

Searched refs:debugLogFilePath_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_config.cpp29 :logFileNumber_(number), logFileSize_(size), logFilePath_(path), debugLogFilePath_(debugPath) in FaultLoggerConfig()
87 FAULTLOGGER_CONFIG_TAG.c_str(), debugLogFilePath_.c_str()); in GetDebugLogFilePath()
88 return debugLogFilePath_; in GetDebugLogFilePath()
93 debugLogFilePath_ = path; in SetDebugLogFilePath()
95 FAULTLOGGER_CONFIG_TAG.c_str(), debugLogFilePath_.c_str()); in SetDebugLogFilePath()
H A Dfault_logger_config.h46 std::string debugLogFilePath_; variable