Searched refs:g_outPath (Results 1 – 1 of 1) sorted by relevance
60 std::string g_outPath = ""; variable203 … 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()