Searched refs:actuallyRead (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/debug/strace/
H A DMemoryReader.cpp62 int32 actuallyRead = 0; local
63 status_t error = _Read(address, buffer, toRead, actuallyRead);
72 bytesRead += actuallyRead;
73 address += actuallyRead;
74 buffer += actuallyRead;
75 size -= actuallyRead;

Completed in 26 milliseconds