Home
last modified time | relevance | path

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

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/
DLockFileOpener.java166 FileChannel channel = getFileChannelFromCloseable(closeable); in openFileLock()
174 private static FileChannel getFileChannelFromCloseable(Closeable closeable) throws IOException { in getFileChannelFromCloseable() method in LockFileOpener