Home
last modified time | relevance | path

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

/developtools/integration_verification/DeployDevice/src/core/
Dbase.py21 self.logFilePath = None
25 self.logFilePath = CONSTANT.OSType.default_log_dir
28 self.logFilePath = param.get('logFilePath')
32 … self.logFilePath = os.path.join(param_file_path, ''.join([param_file_name.split('.')[0], '.log']))
37 logger.switchFilePath(self.logFilePath)
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_RK3568_app.py113 logFilePath = self.logFilePath
114 logger.info(logFilePath)
116 r = logFilePath.rfind("\\")
118 r = logFilePath.rfind("/")
119 report_path = logFilePath[:r]
/developtools/profiler/host/smartperf/client/client_command/
DGetLog.cpp96 RemoveDirOrFile(logFilePath); in RemoveLogFile()
292 std::string tarCommand = logFilePath + " hilog daemonLog"; in TarLogFile()
332 if ((realpath(logFilePath.c_str(), logFilePathChar) == nullptr)) { in SendLogFile()
333 WLOGI("%s is not exist.", logFilePath.c_str()); in SendLogFile()
/developtools/profiler/host/smartperf/client/client_command/include/
DGetLog.h60 const std::string logFilePath = LOG_FILE_DIR + "logfile.tar.gz"; variable