Searched refs:bytesReadCount (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | DefaultFileSystemProviderTest.java | 312 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()
|
D | DefaultSecureDirectoryStreamTest.java | 230 int bytesReadCount = sbc.read(readBuffer); in test_newByteChannel() local 232 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel()
|
D | Files2Test.java | 1187 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()
|