Home
last modified time | relevance | path

Searched refs:GetFileNameIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister_rotator.cpp32 std::string GetFileNameIndex(const int index) in GetFileNameIndex() function
43 fileNameHead = fileNameHead + "." + GetFileNameIndex(index + 1 - m_maxLogFileNum); in IsOldFile()
148 …newFile << m_logsPath << "." << GetFileNameIndex(m_currentLogFileIdx) << "." << timeBuf << m_fileN… in CreateLogFile()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp124 std::string ThermalDfx::GetFileNameIndex(const uint32_t index) in GetFileNameIndex() function in OHOS::HDI::Thermal::V1_1::ThermalDfx
203 … std::string unCompressFile = g_outPath + "/" + "thermal." + GetFileNameIndex(g_currentLogIndex) + in CompressFile()
230 std::string compressFile = g_outPath + "/" + "thermal." + GetFileNameIndex(g_currentLogIndex) + in CompressFile()
277 std::string logFile = g_outPath + "/" + "thermal." + GetFileNameIndex(g_currentLogIndex) + in CreateLogFile()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_dfx.h53 std::string GetFileNameIndex(const uint32_t index);