(self)
| 63 | self._check_ioctl_mutate_len(1024) |
| 64 | |
| 65 | def test_ioctl_mutate_2048(self): |
| 66 | # Test with a larger buffer, just for the record. |
| 67 | self._check_ioctl_mutate_len(2048) |
| 68 | |
| 69 | def test_ioctl_signed_unsigned_code_param(self): |
| 70 | if not pty: |
nothing calls this directly
no test coverage detected