Searched defs:bWriteStat (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/common/ |
| D | uart.cpp | 351 BOOL bWriteStat = WriteFile(uart.devUartHandle, data + totalBytesWrite, in WriteUartDev() local
|
| D | base.cpp | 1666 BOOL bWriteStat = ReadFile((HANDLE)s, buf, count, &bytesRead, &ov); in ReadFromFd() local 1683 BOOL bWriteStat = WriteFile((HANDLE)s, buf, count, &bytesWrite, &ov); in WriteToFd() local
|