Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp60 std::string g_outPath = ""; variable
203 … std::string unCompressFile = g_outPath + "/" + "thermal." + GetFileNameIndex(g_currentLogIndex) + in CompressFile()
230 std::string compressFile = g_outPath + "/" + "thermal." + GetFileNameIndex(g_currentLogIndex) + in CompressFile()
254 if (g_outPath == "") { in PrepareWriteDfxLog()
277 std::string logFile = g_outPath + "/" + "thermal." + GetFileNameIndex(g_currentLogIndex) + in CreateLogFile()
279 if (access(g_outPath.c_str(), 0) == -1) { in CreateLogFile()
280 auto ret = ForceCreateDirectory(g_outPath.c_str()); in CreateLogFile()
443 g_outPath = config.outPath; in Init()