Searched refs:bytes_read (Results 1 - 1 of 1) sorted by relevance
| /ide/tools/previewer/util/unix/ | ||
| H A D | LocalSocket.cpp | 81 int32_t bytes_read; in ReadData() local 82 ioctl(socketHandle, FIONREAD, &bytes_read); in ReadData() 84 if (bytes_read <= 0) { in ReadData() |
Completed in 1 milliseconds