Searched refs:remove_tmp_files (Results 1 – 5 of 5) sorted by relevance
253 its_session_utils.remove_tmp_files(
331 its_session_utils.remove_tmp_files(log_path, 'ITS_JCA_*')
244 its_session_utils.remove_tmp_files(self.log_path, f'{_NAME}_?_*.png')
429 its_session_utils.remove_tmp_files(self.log_path, f'{_NAME}_frame*.png')
3217 def remove_tmp_files(log_path, match_pattern): function