Home
last modified time | relevance | path

Searched defs:flock1 (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelLockingTest.java134 FileLock flock1 = readWriteChannel.lock(22, 110, true); in test_illegalLockParameters() local
147 FileLock flock1 = readWriteChannel.lock(0, 10, false); in test_lockLLZ() local