Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/channels/
DFileLock.java116 public abstract class FileLock implements AutoCloseable { class
144 protected FileLock(FileChannel channel, in FileLock() method in FileLock