Home
last modified time | relevance | path

Searched refs:tmp_buffer (Results 1 – 2 of 2) sorted by relevance

/device/linaro/hikey/bluetooth/
Dbluetooth_hci.cc70 uint8_t* tmp_buffer = new uint8_t[tty_bytes]; in initialize() local
71 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dssl.py246 tmp_buffer = self.read(nbytes)
247 v = len(tmp_buffer)
248 buffer[:v] = tmp_buffer