Home
last modified time | relevance | path

Searched refs:m_logsPath (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister_rotator.cpp42 std::string fileNameHead = m_logsPath.substr(strlen(HILOG_FILE_DIR), m_logsPath.size()); in IsOldFile()
53 : m_maxLogFileNum(maxFiles), m_logsPath(logsPath), m_fileNameSuffix(fileNameSuffix), m_id(id) in LogPersisterRotator()
79 auto lastSeparatorIdx = m_logsPath.find_last_of('/'); in OpenInfoFile()
80 std::string parentDirPath = m_logsPath.substr(0, lastSeparatorIdx); in OpenInfoFile()
148 newFile << m_logsPath << "." << GetFileNameIndex(m_currentLogFileIdx) << "." << timeBuf << m_fileNameSuffix; in CreateLogFile()
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister_rotator.h67 std::string m_logsPath; member in LogPersisterRotator

Completed in 1 milliseconds