Searched refs:debugLogFilePath_ (Results 1 – 2 of 2) sorted by relevance
29 :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()
46 std::string debugLogFilePath_; variable