Searched defs:cbRead2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTPipe.cpp75 size_t cbRead2; local
77 rc = RTPipeReadBlocking(hPipe, szTmp2, sizeof(szTmp2), &cbRead2);
185 size_t cbRead2;
187 RTTESTI_CHECK_RC(RTPipeReadBlocking(hPipeR, szTmp2, sizeof(szTmp2), &cbRead2), VERR_BROKEN_PIPE);
/vbox/src/VBox/Runtime/r3/linux/
H A Dsysfs.cpp227 ssize_t cbRead2 = read(fd, &ch, 1); local
228 if (cbRead2 == 0)
230 else if (cbRead2 > 0)

Completed in 34 milliseconds