Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DMappedByteBufferTest.java128 FileInputStream fileInputStream = new FileInputStream(tmpFile); in test_force() local
129 FileChannel fileChannelRead = fileInputStream.getChannel(); in test_force()
172 FileInputStream fileInputStream = new FileInputStream(tmpFile); in test_load() local
173 FileChannel fileChannelRead = fileInputStream.getChannel(); in test_load()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelLockingTest.java63 FileInputStream fileInputStream = new FileInputStream(tempFiles[0]); in setUp() local
64 readOnlyChannel = fileInputStream.getChannel(); in setUp()