Home
last modified time | relevance | path

Searched refs:logFile (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_utils.cpp28 ifstream logFile(file); in HasLog()
34 while (getline(logFile, lineStr)) { in HasLog()
49 logFile.close(); in HasLog()
154 ifstream logFile(file); in GetTsFromLog()
158 while (getline(logFile, lineStr)) { in GetTsFromLog()
167 logFile.close(); in GetTsFromLog()
H A Dusb_device_performance_test.cpp70 const string logFile = "/data/usb_proclog.txt"; in HWTEST_F() local
95 CalcProcInfoFromFile(info, logFile); in HWTEST_F()
H A Dusb_host_performance_test.cpp71 const string logFile = "/data/usb_proclog.txt"; in HWTEST_F() local
95 CalcProcInfoFromFile(info, logFile); in HWTEST_F()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp281 std::string logFile = g_outPath + "/" + "thermal." + GetFileNameIndex(g_currentLogIndex) + in CreateLogFile() local
292 std::ifstream fin(logFile); in CreateLogFile()
294 file.open(logFile, std::ios::in); in CreateLogFile()
300 ProcessLogInfo(logFile, isEmpty); in CreateLogFile()
304 void ThermalDfx::ProcessLogInfo(std::string& logFile, bool isEmpty) in ProcessLogInfo() argument
307 std::ofstream wStream(logFile, std::ios::app); in ProcessLogInfo()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_dfx.h48 void ProcessLogInfo(std::string& logFile, bool isEmpty);

Completed in 4 milliseconds