Searched refs:logFilePath (Results 1 – 4 of 4) sorted by relevance
21 self.logFilePath = None25 self.logFilePath = CONSTANT.OSType.default_log_dir28 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)
113 logFilePath = self.logFilePath114 logger.info(logFilePath)116 r = logFilePath.rfind("\\")118 r = logFilePath.rfind("/")119 report_path = logFilePath[:r]
96 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()
60 const std::string logFilePath = LOG_FILE_DIR + "logfile.tar.gz"; variable