Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp182 std::cout << "Removing unmapped plain log file: " << m_plainLogFilePath << "\n"; in Deinit()
183 if (remove(m_plainLogFilePath.c_str())) { in Deinit()
184 std::cerr << "File: " << m_plainLogFilePath << " can't be removed. "; in Deinit()
197 m_plainLogFilePath = parentPath + "/" + fileName; in PrepareUncompressedFile()
198 FILE* plainTextFile = fopen(m_plainLogFilePath.c_str(), restore ? "r+" : "w+"); in PrepareUncompressedFile()
201 std::cerr << " Open uncompressed log file(" << m_plainLogFilePath << ") failed: "; in PrepareUncompressedFile()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister.h88 std::string m_plainLogFilePath; variable