Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DAssetFileDescriptor_AutoCloseInputStreamTest.java317 int readPosition = 1; in testOffsetCorrectFileChannelReadBufferFromPosition() local
318 fc.read(buffer, readPosition); in testOffsetCorrectFileChannelReadBufferFromPosition()
320 for (int i = readPosition; i < readPosition + bufferSize; i++) { in testOffsetCorrectFileChannelReadBufferFromPosition()