Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelLockingTest.java38 private FileChannel readOnlyChannel; field in FileChannelLockingTest
64 readOnlyChannel = fileInputStream.getChannel(); in setUp()
75 if (readOnlyChannel != null) { in tearDown()
76 readOnlyChannel.close(); in tearDown()
89 readOnlyChannel.lock(); in test_illegalLocks()
115 readOnlyChannel.lock(-1, 10, true); in test_illegalLockParameters()
159 readOnlyChannel.tryLock(); in test_tryLock()
169 readOnlyChannel.tryLock(0, 99, false); in test_tryLockLLZ()
177 readOnlyChannel.tryLock(-99, 0, true); in test_tryLockLLZ()
184 FileLock tmpLock = readOnlyChannel.tryLock(0, 10, true); in test_tryLockLLZ()
[all …]