Home
last modified time | relevance | path

Searched refs:bytesReadCount (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProviderTest.java312 int bytesReadCount = sbc.read(readBuffer); in test_newByteChannel() local
314 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel()
369 int bytesReadCount = sbc.read(readBuffer); in test_newByteChannel_openOption_WRITE_READ() local
371 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel_openOption_WRITE_READ()
DDefaultSecureDirectoryStreamTest.java230 int bytesReadCount = sbc.read(readBuffer); in test_newByteChannel() local
232 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel()
DFiles2Test.java1187 int bytesReadCount = sbc.read(readBuffer); in test_newByteChannel() local
1189 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel()
1231 int bytesReadCount = sbc.read(readBuffer); in test_newByteChannel_openOption_WRITE_READ() local
1233 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel_openOption_WRITE_READ()