Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DMemoryFileTest.java118 mMemoryFile.readBytes(gotData, 0, 0, gotData.length); in testReadBytes()
140 mMemoryFile.readBytes(data, srcOffset, destOffset, count); in checkReadBytesInIllegalParameter()
157 mMemoryFile.readBytes(data, 0, 0, 128); in testClose()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java656 final int readBytes = Os.pread( in testOpenProxyFileDescriptor_largeFile() local
658 assertEquals(64, readBytes); in testOpenProxyFileDescriptor_largeFile()
672 final int readBytes = Os.read( in testOpenProxyFileDescriptor_largeRead() local
674 assertEquals(bytes.length, readBytes); in testOpenProxyFileDescriptor_largeRead()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java1143 if (f.readBytes(mBuffer, offset, offset, length) != length) { in readSharedMemory()