Searched defs: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
|
| /developtools/hdc/src/common/ |
| D | uart.cpp | 353 BOOL bWriteStat = WriteFile(uart.devUartHandle, data + totalBytesWrite, in WriteUartDev() local
|
| D | base.cpp | 2323 BOOL bWriteStat = ReadFile((HANDLE)s, buf, count, &bytesRead, &ov); in ReadFromFd() local 2340 BOOL bWriteStat = WriteFile((HANDLE)s, buf, count, &bytesWrite, &ov); in WriteToFd() local
|