Searched refs:lockFilePath (Results 1 – 1 of 1) sorted by relevance
454 final Path lockFilePath = Paths.get(lockFileName); in openFiles() local460 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()