Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/logging/
DFileHandler.java454 final Path lockFilePath = Paths.get(lockFileName); in openFiles() local
460 channel = FileChannel.open(lockFilePath, in openFiles()
469 if (Files.isRegularFile(lockFilePath, LinkOption.NOFOLLOW_LINKS) in openFiles()
470 && isParentWritable(lockFilePath)) { in openFiles()
472 channel = FileChannel.open(lockFilePath, in openFiles()