Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dlog_persister.cpp180 std::cout << "Removing unmapped plain log file: " << m_plainLogFilePath << "\n"; in Deinit()
181 if (remove(m_plainLogFilePath.c_str())) { in Deinit()
182 std::cerr << "File: " << m_plainLogFilePath << " can't be removed. "; in Deinit()
195 m_plainLogFilePath = parentPath + "/" + fileName; in PrepareUncompressedFile()
196 FILE* plainTextFile = fopen(m_plainLogFilePath.c_str(), restore ? "r+" : "w+"); in PrepareUncompressedFile()
199 std::cerr << " Open uncompressed log file(" << m_plainLogFilePath << ") failed: "; in PrepareUncompressedFile()
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_persister.h86 std::string m_plainLogFilePath; variable