Home
last modified time | relevance | path

Searched defs:logFile (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/usb/test/moduletest/common/
Dusb_utils.cpp28 ifstream logFile(file); in HasLog() local
154 ifstream logFile(file); in GetTsFromLog() local
Dusb_device_performance_test.cpp70 const string logFile = "/data/usb_proclog.txt"; variable
Dusb_host_performance_test.cpp71 const string logFile = "/data/usb_proclog.txt"; variable
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_dfx.cpp340 std::string logFile = g_outPath + "/thermal.000." + g_logTime; in CreateLogFile() local
362 void ThermalDfx::ProcessLogInfo(std::string& logFile, bool isEmpty) in ProcessLogInfo()