Searched refs:_bytes_match (Results 1 – 1 of 1) sorted by relevance
88 if _bytes_match(fd, ELF_MAGIC):92 if _bytes_match(fd, ELF_MAGIC):145 def _bytes_match(fd: BinaryIO, expected: bytes) -> bool: function163 result = _bytes_match(fd, ELF_MAGIC) or _bytes_match(fd, ARCHIVE_MAGIC)