Searched refs:readCount (Results 1 – 3 of 3) sorted by relevance
509 int readCount = Libcore.os.read(fd, bytes, byteOffset, byteCount); in read() local510 if (readCount == 0) { in read()513 return readCount; in read()
1800 int readCount = this.channel2.read(targetBuf); in testReadWrite_Block_Zero() local1802 assertEquals(0, readCount); in testReadWrite_Block_Zero()
1404 long readCount = readOnlyFileChannel.read(readBuffers); in test_read$LByteBuffer() local1405 assertEquals(CONTENT_AS_BYTES_LENGTH, readCount); in test_read$LByteBuffer()