Lines Matching refs:tmp_file
931 with tempfile.NamedTemporaryFile() as tmp_file:
932 tmp_file.write(b'\0' * 1024 * 1024)
933 tmp_file.flush()
935 self.device.push(local=tmp_file.name, remote='/system/')
949 with tempfile.NamedTemporaryFile() as tmp_file:
950 tmp_file.write(b'\0' * 1024 * 1024)
951 tmp_file.flush()
956 self.device.push(local=tmp_file.name, remote=remote_path)
965 with tempfile.NamedTemporaryFile() as tmp_file:
966 tmp_file.write('\0' * 1024 * 1024)
967 tmp_file.flush()
970 self.device.push(local=tmp_file.name, remote=remote_path)