Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_uart.cpp346 TCHAR apiBuf[PORT_NAME_LEN * numTmp]; in EnumSerialPort() local
348 _stprintf_s(apiBuf, MAX_PATH, _T("\\\\.\\%S"), port.c_str()); in EnumSerialPort()
350 _stprintf_s(apiBuf, MAX_PATH, _T("\\\\.\\%s"), portName.c_str()); in EnumSerialPort()
353 uart.devUartHandle = CreateFile(apiBuf, GENERIC_READ | GENERIC_WRITE, 0, NULL, in EnumSerialPort()