Home
last modified time | relevance | path

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

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/
DLockFileOpener.java168 return openContext.backend().lockScope().tryFileLock(channel, shared); in openFileLock()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/
DLockScope.java157 public Lock tryFileLock(FileChannel channel, boolean shared) throws IOException { in tryFileLock() method in LockScope