Home
last modified time | relevance | path

Searched refs:logFilePath_ (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()
72 FAULTLOGGER_CONFIG_TAG.c_str(), logFilePath_.c_str()); in GetLogFilePath()
73 return logFilePath_; in GetLogFilePath()
78 logFilePath_ = path; in SetLogFilePath()
80 FAULTLOGGER_CONFIG_TAG.c_str(), logFilePath_.c_str()); in SetLogFilePath()
H A Dfault_logger_config.h45 std::string logFilePath_; variable