Searched refs:file_to_check (Results 1 – 2 of 2) sorted by relevance
299 def check_file_contains_all_0xFF_bytes(self, file_to_check): argument305 cmd = 'hexdump %s' % file_to_check309 file_to_check)
85 with open(filepath, 'rt', encoding='utf-8') as file_to_check:87 file_string = file_to_check.read()