Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DMappedByteBufferTest.java194 FileOutputStream fileOutputStream = new FileOutputStream(tmpFile); in setUp() local
195 FileChannel fileChannel = fileOutputStream.getChannel(); in setUp()
206 fileOutputStream.close(); in setUp()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelLockingTest.java66 FileOutputStream fileOutputStream = new FileOutputStream(tempFiles[1]); in setUp() local
67 writeOnlyChannel = fileOutputStream.getChannel(); in setUp()