Searched refs:bWriteStat (Results 1 – 3 of 3) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
D | uart.cpp | 297 …BOOL bWriteStat = WriteFile(handle, data + totalBytesWrite, length - totalBytesWrite, &bytesWrite,… local 298 if (!bWriteStat) {
|
/developtools/hdc/src/common/ |
D | base.cpp | 1811 BOOL bWriteStat = ReadFile((HANDLE)s, buf, count, &bytesRead, &ov); in ReadFromFd() local 1812 if (bWriteStat) { in ReadFromFd() 1828 BOOL bWriteStat = WriteFile((HANDLE)s, buf, count, &bytesWrite, &ov); in WriteToFd() local 1829 if (bWriteStat) { in WriteToFd()
|
D | uart.cpp | 353 BOOL bWriteStat = WriteFile(uart.devUartHandle, data + totalBytesWrite, in WriteUartDev() local 355 if (!bWriteStat) { in WriteUartDev()
|