Searched refs:bytesLeft (Results 1 – 1 of 1) sorted by relevance
473 int bytesLeft = mData.length - mOffset; in writeBlock() local474 if (bytesToWrite > bytesLeft) { in writeBlock()475 bytesToWrite = bytesLeft; in writeBlock()