Searched refs:tmp_buffer (Results 1 – 2 of 2) sorted by relevance
70 uint8_t* tmp_buffer = new uint8_t[tty_bytes]; in initialize() local71 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tmp_buffer, tty_bytes)); in initialize()74 TEMP_FAILURE_RETRY(write(shim_fd, tmp_buffer, tty_bytes)); in initialize()76 delete[] tmp_buffer; in initialize()
246 tmp_buffer = self.read(nbytes)247 v = len(tmp_buffer)248 buffer[:v] = tmp_buffer